[Erp5-report] r45407 aurel - /erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 14 10:50:06 CEST 2011


Author: aurel
Date: Thu Apr 14 10:50:06 2011
New Revision: 45407

URL: http://svn.erp5.org?rev=45407&view=rev
Log:
Define missing title on transition

Modified:
    erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/checkbook_workflow/states/cancelled.xml

Modified: erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/checkbook_workflow/states/cancelled.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/checkbook_workflow/states/cancelled.xml?rev=45407&r1=45406&r2=45407&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/checkbook_workflow/states/cancelled.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_banking_core/WorkflowTemplateItem/portal_workflow/checkbook_workflow/states/cancelled.xml [utf8] Thu Apr 14 10:50:06 2011
@@ -2,17 +2,34 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <global name="StateDefinition" module="Products.DCWorkflow.States"/>
-        <tuple/>
-      </tuple>
+      <global name="StateDefinition" module="Products.DCWorkflow.States"/>
     </pickle>
     <pickle>
       <dictionary>
         <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
             <key> <string>id</string> </key>
             <value> <string>cancelled</string> </value>
         </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Cancelled</string> </value>
+        </item>
+        <item>
+            <key> <string>transitions</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
+        <item>
+            <key> <string>type_list</string> </key>
+            <value>
+              <tuple/>
+            </value>
+        </item>
       </dictionary>
     </pickle>
   </record>



More information about the Erp5-report mailing list