[ADF-5004] [CardViewTextItemComponent] Provide a way to have an icon for the clickable items (#5270)

* [ADF-5004] [CardViewTextItemComponent] Provide a way to have an icon for the clickable items.

* * FIxed failing unit tests* Modified task-details tests and add few more.
This commit is contained in:
siva kumar
2019-11-22 15:07:32 +05:30
committed by Maurizio Vitale
parent e806e97c75
commit 5068cbf539
8 changed files with 528 additions and 125 deletions

View File

@@ -32,7 +32,7 @@ export interface TaskDetailsCloudModel {
lastModifiedTo?: Date;
lastModifiedFrom?: Date;
owner?: any;
parentTaskId?: number;
parentTaskId?: string;
priority?: number;
processDefinitionId?: string;
processInstanceId?: string;