Commit 69fb5e2e authored by Julien Muchembled's avatar Julien Muchembled

Do not update/expand simulation when newContent is called on a delivery

In the case newContent is used to add a new line, update/expand of simulation
should already be done by another interaction.
Requires ERP5Type >= r31695.

Acked-by: Łukasz Nowak

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31709 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f6c309e7
......@@ -53,7 +53,7 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>_set.*</string>
<string>_set(?!LastId$|Ob$|Object$)</string>
</list>
</value>
</item>
......
......@@ -53,7 +53,7 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>_set.*</string>
<string>_set(?!LastId$|Ob$|Object$)</string>
</list>
</value>
</item>
......
670
\ No newline at end of file
671
\ No newline at end of file
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