From c2ad9680541f2deb0fd0335f62d453f423bdb674 Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Sat, 2 Feb 2008 13:01:44 +0000 Subject: [PATCH] Glossary Term uses validation_workflow. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18994 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../workflow_chain_type.xml | 2 +- bt5/erp5_forge/bt/revision | 2 +- bt5/erp5_forge/bt/template_portal_type_workflow_chain_list | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bt5/erp5_forge/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml b/bt5/erp5_forge/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml index 02645e4bdc..04561ff7d2 100644 --- a/bt5/erp5_forge/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml +++ b/bt5/erp5_forge/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml @@ -5,6 +5,6 @@ </chain> <chain> <type>Glossary Term</type> - <workflow>edit_workflow</workflow> + <workflow>edit_workflow, validation_workflow</workflow> </chain> </workflow_chain> \ No newline at end of file diff --git a/bt5/erp5_forge/bt/revision b/bt5/erp5_forge/bt/revision index a6b4ce8401..12e2555919 100644 --- a/bt5/erp5_forge/bt/revision +++ b/bt5/erp5_forge/bt/revision @@ -1 +1 @@ -176 \ No newline at end of file +177 \ No newline at end of file diff --git a/bt5/erp5_forge/bt/template_portal_type_workflow_chain_list b/bt5/erp5_forge/bt/template_portal_type_workflow_chain_list index 1bba658e34..c289541cf3 100644 --- a/bt5/erp5_forge/bt/template_portal_type_workflow_chain_list +++ b/bt5/erp5_forge/bt/template_portal_type_workflow_chain_list @@ -1,3 +1,4 @@ Bug | bug_workflow Bug | edit_workflow -Glossary Term | edit_workflow \ No newline at end of file +Glossary Term | edit_workflow +Glossary Term | validation_workflow \ No newline at end of file -- 2.30.9