[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:
Eugenio Romano
2018-10-13 11:13:29 +01:00
committed by GitHub
parent c8aa627a84
commit 04d42e2535
4 changed files with 1142 additions and 697 deletions

View File

@@ -31,6 +31,7 @@ export class TaskDetailsModel implements TaskRepresentation {
category: string;
created: Date;
description: string;
parentName: string;
dueDate: Date;
duration: number;
endDate: Date;