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:
Frederik Heremans
2013-09-24 13:57:48 +00:00
parent c50bc56921
commit 998621d807
2 changed files with 2 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
if (typeof bpm_workflowDueDate != 'undefined') task.dueDate = bpm_workflowDueDate if (typeof bpm_workflowDueDate != 'undefined') task.dueDate = bpm_workflowDueDate
if (typeof bpm_workflowPriority != 'undefined') task.priority = bpm_workflowPriority; if (typeof bpm_workflowPriority != 'undefined') task.priority = bpm_workflowPriority;
task.setVariableLocal('bpm_reassignable', false); task.setVariableLocal('bpm_reassignable', false);
task.setVariableLocal('bpm_packageActionGroup', '');
</activiti:string> </activiti:string>
</activiti:field> </activiti:field>
</activiti:taskListener> </activiti:taskListener>

View File

@@ -42,6 +42,7 @@
if (typeof bpm_workflowDueDate != 'undefined') task.dueDate = bpm_workflowDueDate; if (typeof bpm_workflowDueDate != 'undefined') task.dueDate = bpm_workflowDueDate;
if (typeof bpm_workflowPriority != 'undefined') task.priority = bpm_workflowPriority; if (typeof bpm_workflowPriority != 'undefined') task.priority = bpm_workflowPriority;
task.setVariableLocal('bpm_reassignable', false); task.setVariableLocal('bpm_reassignable', false);
task.setVariableLocal('bpm_packageActionGroup', '');
</activiti:string> </activiti:string>
</activiti:field> </activiti:field>
</activiti:taskListener> </activiti:taskListener>