ACS-8760 Fix default process name (#10190)

This commit is contained in:
Kasia Biernat-Kluba 2024-09-10 13:08:24 +02:00 committed by GitHub
parent 9cdd27187a
commit a754976ad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -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"
} }

View File

@ -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)),