[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:
Grzegorz Jaśkowski
2024-09-19 09:17:30 +02:00
committed by GitHub
parent 414dc1f5a9
commit 76aeab4d10
5 changed files with 17 additions and 312 deletions

View File

@@ -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? |