From 998621d807e01418ef0aeaf7756013ef7fda4ad9 Mon Sep 17 00:00:00 2001 From: Frederik Heremans Date: Tue, 24 Sep 2013 13:57:48 +0000 Subject: [PATCH] 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 --- config/alfresco/workflow/hybrid-adhoc.bpmn20.xml | 1 + config/alfresco/workflow/hybrid-review.bpmn20.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/config/alfresco/workflow/hybrid-adhoc.bpmn20.xml b/config/alfresco/workflow/hybrid-adhoc.bpmn20.xml index 6abe3df4ef..1324dab4a8 100644 --- a/config/alfresco/workflow/hybrid-adhoc.bpmn20.xml +++ b/config/alfresco/workflow/hybrid-adhoc.bpmn20.xml @@ -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', ''); diff --git a/config/alfresco/workflow/hybrid-review.bpmn20.xml b/config/alfresco/workflow/hybrid-review.bpmn20.xml index d38e304339..d3dc353146 100644 --- a/config/alfresco/workflow/hybrid-review.bpmn20.xml +++ b/config/alfresco/workflow/hybrid-review.bpmn20.xml @@ -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', '');