[Erp5-report] r27030 - in /erp5/trunk/bt5: erp5_mrp/WorkflowTemplateItem/portal_workflow/pr...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 18 17:33:54 CEST 2009


Author: kazuhiko
Date: Mon May 18 17:33:54 2009
New Revision: 27030

URL: http://svn.erp5.org?rev=27030&view=rev
Log:
fix a typo of activity dependency that may cause 'xxx has more than one applied rule.' problem.

Modified:
    erp5/trunk/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_workflow/scripts/PackingList_updateAppliedRule.xml
    erp5/trunk/bt5/erp5_mrp/bt/revision
    erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/PackingList_updateAppliedRule.xml
    erp5/trunk/bt5/erp5_project/bt/revision
    erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_workflow/scripts/PackingList_updateAppliedRule.xml
    erp5/trunk/bt5/erp5_trade/bt/revision

Modified: erp5/trunk/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_workflow/scripts/PackingList_updateAppliedRule.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_workflow/scripts/PackingList_updateAppliedRule.xml?rev=27030&r1=27029&r2=27030&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_workflow/scripts/PackingList_updateAppliedRule.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_mrp/WorkflowTemplateItem/portal_workflow/production_packing_list_workflow/scripts/PackingList_updateAppliedRule.xml [utf8] Mon May 18 17:33:54 2009
@@ -57,21 +57,21 @@
 \n
 activate_kw = {}\n
 related_order = packing_list.getCausalityValue()\n
-after_path_list = []\n
+after_tag_list = []\n
 if related_order is not None:\n
-  after_path_list.append(related_order.getPath() + \'_firstUpdateAppliedRule\')\n
-  after_path_list.append(related_order.getPath() + \'_expand\')\n
+  after_tag_list.append(related_order.getPath() + \'_firstUpdateAppliedRule\')\n
+  after_tag_list.append(related_order.getPath() + \'_expand\')\n
 tag = packing_list.getPath()+\'_expand\'\n
 activate_kw = {\'tag\':tag,\'priority\':3}\n
 \n
-packing_list.activate(after_path=after_path_list,tag=tag,\n
+packing_list.activate(after_tag=after_tag_list,tag=tag,\n
     priority=3).updateAppliedRule(rule_reference=\'default_delivery_rule\',activate_kw=activate_kw)\n
 \n
 \n
 # Make sure to reindex related simulation movement if we are already\n
 # simulated, call reindexObject, not immediateReindexObject so that\n
 # catalogObjectList will be called with many objects\n
-packing_list.activate(after_path=after_path_list,tag=tag,\n
+packing_list.activate(after_tag=after_tag_list,tag=tag,\n
      priority=3).applyToDeliveryRelatedMovement(method_id=\'reindexObject\')\n
 \n
 packing_list.startBuilding()\n
@@ -121,7 +121,7 @@
                             <string>activate_kw</string>
                             <string>_getattr_</string>
                             <string>related_order</string>
-                            <string>after_path_list</string>
+                            <string>after_tag_list</string>
                             <string>None</string>
                             <string>tag</string>
                           </tuple>

Modified: erp5/trunk/bt5/erp5_mrp/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_mrp/bt/revision?rev=27030&r1=27029&r2=27030&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_mrp/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_mrp/bt/revision [utf8] Mon May 18 17:33:54 2009
@@ -1,1 +1,1 @@
-391
+392

Modified: erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/PackingList_updateAppliedRule.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/PackingList_updateAppliedRule.xml?rev=27030&r1=27029&r2=27030&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/PackingList_updateAppliedRule.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/PackingList_updateAppliedRule.xml [utf8] Mon May 18 17:33:54 2009
@@ -61,21 +61,21 @@
 \n
 activate_kw = {}\n
 related_order = packing_list.getCausalityValue()\n
-after_path_list = []\n
+after_tag_list = []\n
 if related_order is not None:\n
-  after_path_list.append(related_order.getPath() + \'_firstUpdateAppliedRule\')\n
-  after_path_list.append(related_order.getPath() + \'_expand\')\n
+  after_tag_list.append(related_order.getPath() + \'_firstUpdateAppliedRule\')\n
+  after_tag_list.append(related_order.getPath() + \'_expand\')\n
 tag = packing_list.getPath()+\'_expand\'\n
 activate_kw = {\'tag\':tag,\'priority\':3}\n
 \n
-packing_list.activate(after_path=after_path_list,tag=tag,\n
+packing_list.activate(after_tag=after_tag_list,tag=tag,\n
     priority=3).updateAppliedRule(rule_id = \'default_delivery_rule\',activate_kw=activate_kw)\n
 \n
 \n
 # Make sure to reindex related simulation movement if we are already\n
 # simulated, call reindexObject, not immediateReindexObject so that\n
 # catalogObjectList will be called with many objects\n
-packing_list.activate(after_path=after_path_list,tag=tag,\n
+packing_list.activate(after_tag=after_tag_list,tag=tag,\n
      priority=3).applyToDeliveryRelatedMovement(method_id=\'reindexObject\')\n
 \n
 packing_list.startBuilding()\n
@@ -126,7 +126,7 @@
                             <string>activate_kw</string>
                             <string>_getattr_</string>
                             <string>related_order</string>
-                            <string>after_path_list</string>
+                            <string>after_tag_list</string>
                             <string>None</string>
                             <string>tag</string>
                           </tuple>

Modified: erp5/trunk/bt5/erp5_project/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/bt/revision?rev=27030&r1=27029&r2=27030&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_project/bt/revision [utf8] Mon May 18 17:33:54 2009
@@ -1,1 +1,1 @@
-639
+640

Modified: erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_workflow/scripts/PackingList_updateAppliedRule.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_workflow/scripts/PackingList_updateAppliedRule.xml?rev=27030&r1=27029&r2=27030&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_workflow/scripts/PackingList_updateAppliedRule.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_trade/WorkflowTemplateItem/portal_workflow/packing_list_workflow/scripts/PackingList_updateAppliedRule.xml [utf8] Mon May 18 17:33:54 2009
@@ -57,14 +57,14 @@
 \n
 activate_kw = {}\n
 related_order = packing_list.getCausalityValue()\n
-after_path_list = []\n
+after_tag_list = []\n
 if related_order is not None:\n
-  after_path_list.append(related_order.getPath() + \'_firstUpdateAppliedRule\')\n
-  after_path_list.append(related_order.getPath() + \'_expand\')\n
+  after_tag_list.append(related_order.getPath() + \'_firstUpdateAppliedRule\')\n
+  after_tag_list.append(related_order.getPath() + \'_expand\')\n
 tag = packing_list.getPath()+\'_expand\'\n
 activate_kw = {\'tag\':tag,\'priority\':3}\n
 \n
-packing_list.activate(after_path=after_path_list,\n
+packing_list.activate(after_tag=after_tag_list,\n
                       tag=tag,\n
                       priority=3).updateAppliedRule(rule_reference=\'default_delivery_rule\',\n
                                                     activate_kw=activate_kw)\n
@@ -73,7 +73,7 @@
 # Make sure to reindex related simulation movement if we are already\n
 # simulated, call reindexObject, not immediateReindexObject so that\n
 # catalogObjectList will be called with many objects\n
-packing_list.activate(after_path=after_path_list,\n
+packing_list.activate(after_tag=after_tag_list,\n
                       tag=tag,\n
                       priority=3).applyToDeliveryRelatedMovement(method_id=\'reindexObject\')\n
 \n
@@ -124,7 +124,7 @@
                             <string>activate_kw</string>
                             <string>_getattr_</string>
                             <string>related_order</string>
-                            <string>after_path_list</string>
+                            <string>after_tag_list</string>
                             <string>None</string>
                             <string>tag</string>
                           </tuple>

Modified: erp5/trunk/bt5/erp5_trade/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_trade/bt/revision?rev=27030&r1=27029&r2=27030&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_trade/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_trade/bt/revision [utf8] Mon May 18 17:33:54 2009
@@ -1,1 +1,1 @@
-641
+642




More information about the Erp5-report mailing list