mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
ACS-8760 Fix default process name (#10190)
This commit is contained in:
parent
9cdd27187a
commit
a754976ad9
@ -44,6 +44,5 @@
|
|||||||
"C282017": "https://hyland.atlassian.net/browse/ACS-7960",
|
"C282017": "https://hyland.atlassian.net/browse/ACS-7960",
|
||||||
"C282010": "https://hyland.atlassian.net/browse/ACS-7960",
|
"C282010": "https://hyland.atlassian.net/browse/ACS-7960",
|
||||||
"C261046": "https://hyland.atlassian.net/browse/ACS-7960",
|
"C261046": "https://hyland.atlassian.net/browse/ACS-7960",
|
||||||
"C286508": "https://hyland.atlassian.net/browse/ACS-8733",
|
"C286508": "https://hyland.atlassian.net/browse/ACS-8733"
|
||||||
"C286509": "https://hyland.atlassian.net/browse/ACS-8760"
|
|
||||||
}
|
}
|
||||||
|
@ -170,7 +170,7 @@ export class StartProcessInstanceComponent implements OnChanges, OnInit, OnDestr
|
|||||||
]);
|
]);
|
||||||
this.processDefinitionInput = new UntypedFormControl();
|
this.processDefinitionInput = new UntypedFormControl();
|
||||||
|
|
||||||
this.load();
|
this.load(this.appId);
|
||||||
|
|
||||||
this.filteredProcessesDefinitions$ = this.processDefinitionInput.valueChanges.pipe(
|
this.filteredProcessesDefinitions$ = this.processDefinitionInput.valueChanges.pipe(
|
||||||
map((value) => this._filter(value)),
|
map((value) => this._filter(value)),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user