mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Reset the appList before calling the API (#4253)
This commit is contained in:
committed by
Eugenio Romano
parent
d4aad67b09
commit
febd8b6ab1
@@ -148,6 +148,7 @@ export class EditProcessFilterCloudComponent implements OnChanges {
|
||||
createAndFilterProperties() {
|
||||
this.checkMandatoryFilterProperties();
|
||||
if (this.checkForApplicationNameProperty()) {
|
||||
this.applicationNames = [];
|
||||
this.getRunningApplications();
|
||||
}
|
||||
this.processFilter = this.retrieveProcessFilter();
|
||||
|
@@ -153,6 +153,7 @@ export class EditTaskFilterCloudComponent implements OnChanges {
|
||||
createAndFilterProperties(): TaskFilterProperties[] {
|
||||
this.checkMandatoryFilterProperties();
|
||||
if (this.checkForApplicationNameProperty()) {
|
||||
this.applicationNames = [];
|
||||
this.getRunningApplications();
|
||||
}
|
||||
this.taskFilter = this.retrieveTaskFilter();
|
||||
|
Reference in New Issue
Block a user