[ADF-2854] Fix demoshell task/process filter and routing (#3360)

* Fix demoshell task/process filter and routing

* Use the correct js api model

* Fix unit test
This commit is contained in:
Maurizio Vitale
2018-05-23 13:14:27 +01:00
committed by Eugenio Romano
parent 5c97fd99de
commit ecd7c85de5
7 changed files with 72 additions and 64 deletions

View File

@@ -44,7 +44,7 @@ export class AppDefinitionRepresentationModel {
}
export class FilterParamsModel {
id: string;
id: number;
name: string;
index: number;