mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-8960] Review and apply required inputs where possible (#10554)
This commit is contained in:
committed by
GitHub
parent
0bc422735e
commit
ada55aebc1
@@ -19,6 +19,7 @@ import { ADF_COMMENTS_SERVICE, CommentsComponent } from '@alfresco/adf-core';
|
||||
import { CommentProcessService } from './services/comment-process.service';
|
||||
import { Component, Input, ViewEncapsulation } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
@Component({
|
||||
selector: 'adf-process-instance-comments',
|
||||
standalone: true,
|
||||
@@ -35,7 +36,7 @@ import { CommonModule } from '@angular/common';
|
||||
})
|
||||
export class ProcessCommentsComponent {
|
||||
/** (**required**) The numeric ID of the process instance to display comments for. */
|
||||
@Input()
|
||||
@Input({ required: true })
|
||||
processInstanceId: string;
|
||||
|
||||
/** Should the comments be read-only? */
|
||||
|
Reference in New Issue
Block a user