This commit is contained in:
Eugenio Romano
2018-09-21 12:12:46 +01:00
parent a57c41f528
commit 6e72a84d13

View File

@@ -304,6 +304,7 @@ export class TaskDetailsComponent implements OnInit, OnChanges {
this.taskDetails.name = 'No name'; this.taskDetails.name = 'No name';
} }
let endDate: any = res.endDate;
if (endDate && !isNaN(endDate.getTime())) { if (endDate && !isNaN(endDate.getTime())) {
this.readOnlyForm = true; this.readOnlyForm = true;
} }