fix lint task detail

This commit is contained in:
Eugenio Romano
2018-09-22 18:54:35 +01:00
parent bd5be8912f
commit b77f73750e

View File

@@ -309,7 +309,7 @@ export class TaskDetailsComponent implements OnInit, OnChanges {
if (endDate && !isNaN(endDate.getTime())) {
this.internalReadOnlyForm = true;
} else {
this.internalReadOnlyForm = this.readOnlyForm
this.internalReadOnlyForm = this.readOnlyForm;
}
if (this.taskDetails && this.taskDetails.involvedPeople) {