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

* process list component created

* process list renamed

* routing fix
This commit is contained in:
bbcodrin
2018-08-14 15:42:27 +01:00
committed by Eugenio Romano
parent b015594de6
commit 855fdd8f48
9 changed files with 236 additions and 1 deletions
@@ -154,7 +154,7 @@ export class ProcessInstanceListComponent implements OnChanges, AfterContentInit
this.loadLayoutPresets();
this.setupSchema();
if (this.appId) {
if (this.appId != null) {
this.reload();
}
}