Skip to content

Commit

Permalink
ACS-8760 Fix default process name
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrine0 committed Sep 10, 2024
1 parent 9cdd271 commit dd5e793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions e2e/protractor.excludes.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@
"C282017": "https://hyland.atlassian.net/browse/ACS-7960",
"C282010": "https://hyland.atlassian.net/browse/ACS-7960",
"C261046": "https://hyland.atlassian.net/browse/ACS-7960",
"C286508": "https://hyland.atlassian.net/browse/ACS-8733",
"C286509": "https://hyland.atlassian.net/browse/ACS-8760"
"C286508": "https://hyland.atlassian.net/browse/ACS-8733"
}
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down

0 comments on commit dd5e793

Please sign in to comment.