mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
CLOUD-2081: cloud-worklfow tasks shouldn't allow users to add/remove content from package
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55899 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
if (typeof bpm_workflowDueDate != 'undefined') task.dueDate = bpm_workflowDueDate
|
||||
if (typeof bpm_workflowPriority != 'undefined') task.priority = bpm_workflowPriority;
|
||||
task.setVariableLocal('bpm_reassignable', false);
|
||||
task.setVariableLocal('bpm_packageActionGroup', '');
|
||||
</activiti:string>
|
||||
</activiti:field>
|
||||
</activiti:taskListener>
|
||||
|
@@ -42,6 +42,7 @@
|
||||
if (typeof bpm_workflowDueDate != 'undefined') task.dueDate = bpm_workflowDueDate;
|
||||
if (typeof bpm_workflowPriority != 'undefined') task.priority = bpm_workflowPriority;
|
||||
task.setVariableLocal('bpm_reassignable', false);
|
||||
task.setVariableLocal('bpm_packageActionGroup', '');
|
||||
</activiti:string>
|
||||
</activiti:field>
|
||||
</activiti:taskListener>
|
||||
|
Reference in New Issue
Block a user