[Erp5-report] r7044 - /erp5/trunk/products/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/po...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 2 23:28:24 CEST 2006


Author: jerome
Date: Tue May  2 23:28:21 2006
New Revision: 7044

URL: http://svn.erp5.org?rev=7044&view=rev
Log:
use state_change['object'] instead of state_change.object to workaround
permission problem.


Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/simulation_movement_interaction_workflow/scripts/SimulationMovement_editDeliveryValue.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/simulation_movement_interaction_workflow/scripts/SimulationMovement_editDeliveryValue.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/simulation_movement_interaction_workflow/scripts/SimulationMovement_editDeliveryValue.xml?rev=7044&r1=7043&r2=7044&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/simulation_movement_interaction_workflow/scripts/SimulationMovement_editDeliveryValue.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/WorkflowTemplateItem/portal_workflow/simulation_movement_interaction_workflow/scripts/SimulationMovement_editDeliveryValue.xml Tue May  2 23:28:21 2006
@@ -66,7 +66,7 @@
         </item>
         <item>
             <key> <string>_body</string> </key>
-            <value> <string>movement = state_change.object\n
+            <value> <string>movement = state_change[\'object\']\n
 \n
 delivery_value = movement.getDeliveryValue()\n
 \n
@@ -137,8 +137,9 @@
                         <value>
                           <tuple>
                             <string>state_change</string>
+                            <string>_getitem_</string>
+                            <string>movement</string>
                             <string>_getattr_</string>
-                            <string>movement</string>
                             <string>delivery_value</string>
                             <string>None</string>
                           </tuple>




More information about the Erp5-report mailing list