mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
5c97fd99de
commit
ecd7c85de5
@@ -26,7 +26,7 @@ class AppDefinitionRepresentationModel {
|
||||
}
|
||||
|
||||
class FilterParamsModel {
|
||||
id: string;
|
||||
id: number;
|
||||
name: string;
|
||||
index: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user