[AAE-19372] fix assignee input not being clickable (#9228)

* [AAE-19372] fix input becoming disabled when the rest of the field is clickable

* [AAE-19372] modify default task header properties to check if input is editable

* [AAE-19372] remove unwanted changes
This commit is contained in:
Wojciech Duda
2024-01-12 14:27:52 +01:00
committed by GitHub
parent daa8183598
commit f685f92a62

View File

@@ -147,6 +147,7 @@ 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'