mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[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:
committed by
Maurizio Vitale
parent
e806e97c75
commit
5068cbf539
@@ -32,7 +32,7 @@ export interface TaskDetailsCloudModel {
|
||||
lastModifiedTo?: Date;
|
||||
lastModifiedFrom?: Date;
|
||||
owner?: any;
|
||||
parentTaskId?: number;
|
||||
parentTaskId?: string;
|
||||
priority?: number;
|
||||
processDefinitionId?: string;
|
||||
processInstanceId?: string;
|
||||
|
Reference in New Issue
Block a user