Commit 4920061e authored by Alain Takoudjou's avatar Alain Takoudjou

Fixup: Update list of method_id which should not call calculate_causality

This is a combination of 2 commits.

Fix: post merge with cherry-picked commits on calculate_causality interaction

Don't call calculate_causality after method _setCategoryList
parent 7e361812
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<key> <string>method_id</string> </key> <key> <string>method_id</string> </key>
<value> <value>
<list> <list>
<string>_set(?!LastId$|Ob$|Object$)</string> <string>_set(?!LastId$|Ob$|Object$|Delivery$|DeliveryValue$|CategoryList$)</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -70,6 +70,12 @@ ...@@ -70,6 +70,12 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>portal_type_group_filter</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>script_name</string> </key> <key> <string>script_name</string> </key>
<value> <value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment