mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[ACS-6071] fix docs for process cloud (#8947)
* fix docs for process cloud * fix typo
This commit is contained in:
@@ -288,7 +288,7 @@ export class TaskHeaderCloudComponent implements OnInit, OnDestroy, OnChanges {
|
||||
/**
|
||||
* Save a task detail and update it after a successful response
|
||||
*
|
||||
* @param updateNotification
|
||||
* @param updateNotification notification model
|
||||
*/
|
||||
private updateTaskDetails(updateNotification: UpdateNotification) {
|
||||
this.taskCloudService.updateTask(this.appName, this.taskId, updateNotification.changed)
|
||||
@@ -336,6 +336,8 @@ export class TaskHeaderCloudComponent implements OnInit, OnDestroy, OnChanges {
|
||||
/**
|
||||
* as per [ACA-3960] it required an empty array argument for now
|
||||
* Empty array will be replaced with candidateGroups in feature
|
||||
*
|
||||
* @returns `true` if assignee property is clickable, otherwise `false`
|
||||
*/
|
||||
isAssigneePropertyClickable(): boolean {
|
||||
return this.taskCloudService.isAssigneePropertyClickable(this.taskDetails, this.candidateUsers, []);
|
||||
|
Reference in New Issue
Block a user