mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3676] Task Header - Expose task properties out of the box (#3883)
* #3878 Add support for end date in TaskHeaderComponent * add duration and parentTaskId
This commit is contained in:
@@ -31,6 +31,7 @@ export class TaskDetailsModel implements TaskRepresentation {
|
||||
category: string;
|
||||
created: Date;
|
||||
description: string;
|
||||
parentName: string;
|
||||
dueDate: Date;
|
||||
duration: number;
|
||||
endDate: Date;
|
||||
|
Reference in New Issue
Block a user