[ADF-3308] Process list filter by fields (#3588)

* process list component created

* process list renamed

* routing fix
This commit is contained in:
bbcodrin
2018-07-20 18:54:20 +03:00
committed by Eugenio Romano
parent b015594de6
commit 855fdd8f48
9 changed files with 236 additions and 1 deletions

View File

@@ -154,7 +154,7 @@ export class ProcessInstanceListComponent implements OnChanges, AfterContentInit
this.loadLayoutPresets();
this.setupSchema();
if (this.appId) {
if (this.appId != null) {
this.reload();
}
}