From 724ce685c868dee15abbc6ee48c8d4885bb69f3a Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 6 Apr 2009 13:45:48 +0000 Subject: [PATCH] enable building BT just after cloning. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26294 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../bootstrap/business_template_building_workflow.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/product/ERP5/bootstrap/business_template_building_workflow.xml b/product/ERP5/bootstrap/business_template_building_workflow.xml index 956699d352..01c7ee67a8 100644 --- a/product/ERP5/bootstrap/business_template_building_workflow.xml +++ b/product/ERP5/bootstrap/business_template_building_workflow.xml @@ -609,11 +609,8 @@ <record id="8" aka="AAAAAAAAAAg="> <pickle> <tuple> - <tuple> - <string>Products.DCWorkflow.States</string> - <string>StateDefinition</string> - </tuple> - <none/> + <global name="StateDefinition" module="Products.DCWorkflow.States"/> + <tuple/> </tuple> </pickle> <pickle> @@ -649,6 +646,8 @@ <key> <string>transitions</string> </key> <value> <tuple> + <string>build</string> + <string>build_action</string> <string>edit</string> </tuple> </value> -- 2.30.9