[Erp5-report] r37643 yo - in /erp5/trunk/bt5/erp5_simulation_performance_test: WorkflowTemp...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 9 08:15:21 CEST 2010


Author: yo
Date: Mon Aug  9 08:15:21 2010
New Revision: 37643

URL: http://svn.erp5.org?rev=37643&view=rev
Log:
2010-08-09 yo
* Seemingly, DCWorkflow does not delete possible transitions from states automatically, when transitions are deleted. So it is necessary to set states manually.

Modified:
    erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_invoice_workflow/states/draft.xml
    erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/confirmed.xml
    erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/draft.xml
    erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/stopped.xml
    erp5/trunk/bt5/erp5_simulation_performance_test/bt/change_log
    erp5/trunk/bt5/erp5_simulation_performance_test/bt/revision

Modified: erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_invoice_workflow/states/draft.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_invoice_workflow/states/draft.xml?rev=37643&r1=37642&r2=37643&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_invoice_workflow/states/draft.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_invoice_workflow/states/draft.xml [utf8] Mon Aug  9 08:15:21 2010
@@ -31,14 +31,7 @@
             <key> <string>transitions</string> </key>
             <value>
               <tuple>
-                <string>auto_plan</string>
-                <string>cancel</string>
-                <string>cancel_action</string>
                 <string>confirm</string>
-                <string>confirm_action</string>
-                <string>delete_action</string>
-                <string>plan</string>
-                <string>plan_action</string>
               </tuple>
             </value>
         </item>

Modified: erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/confirmed.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/confirmed.xml?rev=37643&r1=37642&r2=37643&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/confirmed.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/confirmed.xml [utf8] Mon Aug  9 08:15:21 2010
@@ -31,14 +31,7 @@
             <key> <string>transitions</string> </key>
             <value>
               <tuple>
-                <string>cancel</string>
-                <string>cancel_action</string>
-                <string>set_ready</string>
-                <string>set_ready_action</string>
-                <string>start</string>
-                <string>start_action</string>
                 <string>stop</string>
-                <string>stop_action</string>
               </tuple>
             </value>
         </item>

Modified: erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/draft.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/draft.xml?rev=37643&r1=37642&r2=37643&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/draft.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/draft.xml [utf8] Mon Aug  9 08:15:21 2010
@@ -31,12 +31,7 @@
             <key> <string>transitions</string> </key>
             <value>
               <tuple>
-                <string>cancel</string>
-                <string>cancel_action</string>
                 <string>confirm</string>
-                <string>confirm_action</string>
-                <string>delete</string>
-                <string>delete_action</string>
               </tuple>
             </value>
         </item>

Modified: erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/stopped.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/stopped.xml?rev=37643&r1=37642&r2=37643&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/stopped.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/WorkflowTemplateItem/portal_workflow/test_packing_list_workflow/states/stopped.xml [utf8] Mon Aug  9 08:15:21 2010
@@ -32,7 +32,6 @@
             <value>
               <tuple>
                 <string>deliver</string>
-                <string>deliver_action</string>
               </tuple>
             </value>
         </item>

Modified: erp5/trunk/bt5/erp5_simulation_performance_test/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/bt/change_log?rev=37643&r1=37642&r2=37643&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/bt/change_log [utf8] Mon Aug  9 08:15:21 2010
@@ -1,3 +1,6 @@
+2010-08-09 yo
+* Seemingly, DCWorkflow does not delete possible transitions from states automatically, when transitions are deleted. So it is necessary to set states manually.
+
 2010-08-08 yo
 * Fix a mistake when selecting rules.
 

Modified: erp5/trunk/bt5/erp5_simulation_performance_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation_performance_test/bt/revision?rev=37643&r1=37642&r2=37643&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation_performance_test/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation_performance_test/bt/revision [utf8] Mon Aug  9 08:15:21 2010
@@ -1 +1 @@
-10
\ No newline at end of file
+11
\ No newline at end of file




More information about the Erp5-report mailing list