mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3995] - EditProcessFilterCloud - fix processInstanceId filter property (#4339)
This commit is contained in:
committed by
Eugenio Romano
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',
|
||||
|
Reference in New Issue
Block a user