[Erp5-report] r26294 - /erp5/trunk/products/ERP5/bootstrap/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 6 15:45:50 CEST 2009


Author: kazuhiko
Date: Mon Apr  6 15:45:48 2009
New Revision: 26294

URL: http://svn.erp5.org?rev=26294&view=rev
Log:
enable building BT just after cloning.

Modified:
    erp5/trunk/products/ERP5/bootstrap/business_template_building_workflow.xml

Modified: erp5/trunk/products/ERP5/bootstrap/business_template_building_workflow.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/business_template_building_workflow.xml?rev=26294&r1=26293&r2=26294&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/business_template_building_workflow.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/business_template_building_workflow.xml [utf8] Mon Apr  6 15:45:48 2009
@@ -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>




More information about the Erp5-report mailing list