From b77f73750e11b46fcf0d15d59def304c981cfb23 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Sat, 22 Sep 2018 18:54:35 +0100 Subject: [PATCH] fix lint task detail --- .../task-list/components/task-details.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/process-services/task-list/components/task-details.component.ts b/lib/process-services/task-list/components/task-details.component.ts index 80e5b649b0..1185ca5851 100644 --- a/lib/process-services/task-list/components/task-details.component.ts +++ b/lib/process-services/task-list/components/task-details.component.ts @@ -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) {