Commit 66d0fcb9 authored by Jérome Perrin's avatar Jérome Perrin

Modernize the interaction workflow to update cell range on budget line, update...

Modernize the interaction workflow to update cell range on budget line, update on _set.*, but only once per transaction

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21091 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 82352169
......@@ -59,17 +59,14 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>setGroup</string>
<string>_setGroup</string>
<string>setGroupValue</string>
<string>_setGroupValue</string>
<string>setGroupList</string>
<string>_setGroupList</string>
<string>setGroupValueList</string>
<string>_setGroupValueList</string>
<string>_set.*</string>
</list>
</value>
</item>
<item>
<key> <string>once_per_transaction</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>portal_type_filter</string> </key>
<value>
......
23
\ No newline at end of file
25
\ 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