From ff1659caa6d5b6f2895d99bbc3ff215bc0d0c8ca Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Fri, 13 Jun 2008 12:44:52 +0000 Subject: [PATCH] Forgotten workflow chain for Role Definition. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21578 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml | 2 +- bt5/erp5_base/bt/revision | 2 +- bt5/erp5_base/bt/template_portal_type_workflow_chain_list | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_base/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml b/bt5/erp5_base/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml index 9e88ff1b90..e34636843c 100644 --- a/bt5/erp5_base/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml +++ b/bt5/erp5_base/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml @@ -69,7 +69,7 @@ </chain> <chain> <type>Role Definition</type> - <workflow>edit_workflow</workflow> + <workflow>local_permission_interaction_workflow, edit_workflow</workflow> </chain> <chain> <type>Telephone</type> diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision index e8a4e6b71b..b99877a597 100644 --- a/bt5/erp5_base/bt/revision +++ b/bt5/erp5_base/bt/revision @@ -1 +1 @@ -329 \ No newline at end of file +331 \ No newline at end of file diff --git a/bt5/erp5_base/bt/template_portal_type_workflow_chain_list b/bt5/erp5_base/bt/template_portal_type_workflow_chain_list index 1504fe35bb..8d2b44587a 100644 --- a/bt5/erp5_base/bt/template_portal_type_workflow_chain_list +++ b/bt5/erp5_base/bt/template_portal_type_workflow_chain_list @@ -26,4 +26,5 @@ Person | validation_workflow Query | edit_workflow Query | query_workflow Role Definition | edit_workflow +Role Definition | local_permission_interaction_workflow Telephone | edit_workflow \ No newline at end of file -- 2.30.9