mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-8806] refactor process comments (#10230)
* ACS-8806 refactor process comments, datatable access in task list and process list * ACS-8806 docs mistake * ACS-8806 revert datatable access changes in task and process lists
This commit is contained in:
committed by
GitHub
parent
414dc1f5a9
commit
76aeab4d10
@@ -12,7 +12,9 @@ Displays comments associated with a particular process instance and allows the u
|
||||
|
||||
```html
|
||||
<adf-process-instance-comments
|
||||
processInstanceId="YOUR_PROCESS_INSTANCE_ID">
|
||||
[processInstanceId]="YOUR_PROCESS_INSTANCE_ID"
|
||||
[readOnly]="YOUR_READ_ONLY_FLAG"
|
||||
>
|
||||
</adf-process-instance-comments>
|
||||
```
|
||||
|
||||
@@ -22,11 +24,5 @@ Displays comments associated with a particular process instance and allows the u
|
||||
|
||||
| Name | Type | Default value | Description |
|
||||
| ---- | ---- | ------------- | ----------- |
|
||||
| processInstanceId | `string` | | (**required**) The numeric ID of the process instance to display comments for. |
|
||||
| readOnly | `boolean` | true | Should the comments be read-only? |
|
||||
|
||||
### Events
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | ---- | ----------- |
|
||||
| error | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`<any>` | Emitted when an error occurs. |
|
||||
| processInstanceId | `string` | | The numeric ID of the process instance to display comments for. |
|
||||
| readOnly | `boolean` | | Should the comments be read-only? |
|
||||
|
Reference in New Issue
Block a user