mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-12239: Managed to populate processInstanceId in service tasks filters when navigating from process instances view (#8174)
This commit is contained in:
@@ -174,7 +174,7 @@ export class EditServiceTaskFilterCloudComponent extends BaseEditTaskFilterCloud
|
||||
label: 'ADF_CLOUD_EDIT_SERVICE_TASK_FILTER.LABEL.PROCESS_INSTANCE_ID',
|
||||
type: 'text',
|
||||
key: 'processInstanceId',
|
||||
value: this.taskFilter.processInstanceId || ''
|
||||
value: this.processInstanceId || this.taskFilter.processInstanceId || ''
|
||||
},
|
||||
{
|
||||
label: 'ADF_CLOUD_EDIT_SERVICE_TASK_FILTER.LABEL.PROCESS_DEF_ID',
|
||||
|
Reference in New Issue
Block a user