From 7542b4081932bdc9a4f0e8920d06d1187916f809 Mon Sep 17 00:00:00 2001 From: Wojciech Duda <69160975+wojd0@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:13:50 +0100 Subject: [PATCH] Revert "[AAE-19372] fix assignee input not being clickable" --- .../task/task-header/components/task-header-cloud.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts b/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts index 014ca758554..b8394462c91 100644 --- a/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts +++ b/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.ts @@ -147,7 +147,6 @@ export class TaskHeaderCloudComponent implements OnInit, OnDestroy, OnChanges { label: 'ADF_CLOUD_TASK_HEADER.PROPERTIES.ASSIGNEE', value: this.taskDetails.assignee, key: 'assignee', - editable: this.isTaskEditable(), clickable: this.isAssigneePropertyClickable(), default: this.translationService.instant('ADF_CLOUD_TASK_HEADER.PROPERTIES.ASSIGNEE_DEFAULT'), icon: 'create'