[Erp5-report] r34190 jm - in /erp5/trunk/bt5/erp5_base: WorkflowTemplateItem/portal_workflo...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 29 17:00:41 CEST 2010


Author: jm
Date: Mon Mar 29 17:00:39 2010
New Revision: 34190

URL: http://svn.erp5.org?rev=34190&view=rev
Log:
Do not recalculate causality when newContent is called on a delivery

See also [31709].

Modified:
    erp5/trunk/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/delivery_causality_interaction_workflow/interactions/calculate_causality.xml
    erp5/trunk/bt5/erp5_base/bt/revision

Modified: erp5/trunk/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/delivery_causality_interaction_workflow/interactions/calculate_causality.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/delivery_causality_interaction_workflow/interactions/calculate_causality.xml?rev=34190&r1=34189&r2=34190&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/delivery_causality_interaction_workflow/interactions/calculate_causality.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/delivery_causality_interaction_workflow/interactions/calculate_causality.xml [utf8] Mon Mar 29 17:00:39 2010
@@ -53,7 +53,7 @@
             <key> <string>method_id</string> </key>
             <value>
               <list>
-                <string>_set.*</string>
+                <string>_set(?!LastId$|Ob$|Object$)</string>
               </list>
             </value>
         </item>

Modified: erp5/trunk/bt5/erp5_base/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/revision?rev=34190&r1=34189&r2=34190&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_base/bt/revision [utf8] Mon Mar 29 17:00:39 2010
@@ -1,1 +1,1 @@
-708
+709




More information about the Erp5-report mailing list