mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ADF-3995] - EditProcessFilterCloud - fix processInstanceId filter property (#4339)
This commit is contained in:
parent
c066a2f36b
commit
5d024cf22a
@ -320,7 +320,7 @@ export class EditProcessFilterCloudComponent implements OnChanges {
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.PROCESS_INS_ID',
|
||||
type: 'text',
|
||||
key: 'processInstanceId',
|
||||
value: ''
|
||||
value: currentProcessFilter.processInstanceId || ''
|
||||
}),
|
||||
new ProcessFilterProperties({
|
||||
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.PROCESS_NAME',
|
||||
|
Loading…
x
Reference in New Issue
Block a user