mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Revert "[AAE-19372] fix assignee input not being clickable" (#9230)
This commit is contained in:
@@ -147,7 +147,6 @@ export class TaskHeaderCloudComponent implements OnInit, OnDestroy, OnChanges {
|
|||||||
label: 'ADF_CLOUD_TASK_HEADER.PROPERTIES.ASSIGNEE',
|
label: 'ADF_CLOUD_TASK_HEADER.PROPERTIES.ASSIGNEE',
|
||||||
value: this.taskDetails.assignee,
|
value: this.taskDetails.assignee,
|
||||||
key: 'assignee',
|
key: 'assignee',
|
||||||
editable: this.isTaskEditable(),
|
|
||||||
clickable: this.isAssigneePropertyClickable(),
|
clickable: this.isAssigneePropertyClickable(),
|
||||||
default: this.translationService.instant('ADF_CLOUD_TASK_HEADER.PROPERTIES.ASSIGNEE_DEFAULT'),
|
default: this.translationService.instant('ADF_CLOUD_TASK_HEADER.PROPERTIES.ASSIGNEE_DEFAULT'),
|
||||||
icon: 'create'
|
icon: 'create'
|
||||||
|
Reference in New Issue
Block a user