[ADF-3995] - EditProcessFilterCloud - fix processInstanceId filter property (#4339)

This commit is contained in:
Silviu Popa
2019-02-22 14:30:38 +00:00
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', label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.PROCESS_INS_ID',
type: 'text', type: 'text',
key: 'processInstanceId', key: 'processInstanceId',
value: '' value: currentProcessFilter.processInstanceId || ''
}), }),
new ProcessFilterProperties({ new ProcessFilterProperties({
label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.PROCESS_NAME', label: 'ADF_CLOUD_EDIT_PROCESS_FILTER.LABEL.PROCESS_NAME',