mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3308] Process list filter by fields (#3588)
* process list component created * process list renamed * routing fix
This commit is contained in:
@@ -154,7 +154,7 @@ export class ProcessInstanceListComponent implements OnChanges, AfterContentInit
|
||||
this.loadLayoutPresets();
|
||||
this.setupSchema();
|
||||
|
||||
if (this.appId) {
|
||||
if (this.appId != null) {
|
||||
this.reload();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user