mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
ACS-8760 Fix default process name (#10190)
This commit is contained in:
committed by
GitHub
parent
9cdd27187a
commit
a754976ad9
@@ -170,7 +170,7 @@ export class StartProcessInstanceComponent implements OnChanges, OnInit, OnDestr
|
||||
]);
|
||||
this.processDefinitionInput = new UntypedFormControl();
|
||||
|
||||
this.load();
|
||||
this.load(this.appId);
|
||||
|
||||
this.filteredProcessesDefinitions$ = this.processDefinitionInput.valueChanges.pipe(
|
||||
map((value) => this._filter(value)),
|
||||
|
Reference in New Issue
Block a user