From aafb1f82587a152e5d650c1c6330f4939da6b5e2 Mon Sep 17 00:00:00 2001 From: Julien Muchembled <jm@nexedi.com> Date: Mon, 29 Mar 2010 15:00:39 +0000 Subject: [PATCH] Do not recalculate causality when newContent is called on a delivery See also [31709]. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34190 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../interactions/calculate_causality.xml | 2 +- bt5/erp5_base/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/delivery_causality_interaction_workflow/interactions/calculate_causality.xml b/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/delivery_causality_interaction_workflow/interactions/calculate_causality.xml index e21d59b088..447fd087ae 100644 --- a/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/delivery_causality_interaction_workflow/interactions/calculate_causality.xml +++ b/bt5/erp5_base/WorkflowTemplateItem/portal_workflow/delivery_causality_interaction_workflow/interactions/calculate_causality.xml @@ -53,7 +53,7 @@ <key> <string>method_id</string> </key> <value> <list> - <string>_set.*</string> + <string>_set(?!LastId$|Ob$|Object$)</string> </list> </value> </item> diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision index 2764f7b002..c5321a6e72 100644 --- a/bt5/erp5_base/bt/revision +++ b/bt5/erp5_base/bt/revision @@ -1 +1 @@ -708 \ No newline at end of file +709 \ No newline at end of file -- 2.30.9