Commit f1629d90 authored by Ivan Tyagov's avatar Ivan Tyagov

Simplify catch methods. Trigger only once per transaction (thanks Nicolas).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32479 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a40c06d1
...@@ -59,15 +59,13 @@ ...@@ -59,15 +59,13 @@
<key> <string>method_id</string> </key> <key> <string>method_id</string> </key>
<value> <value>
<list> <list>
<string>edit</string>
<string>_edit</string>
<string>_set*</string> <string>_set*</string>
</list> </list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>once_per_transaction</string> </key> <key> <string>once_per_transaction</string> </key>
<value> <int>0</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
<key> <string>portal_type_filter</string> </key> <key> <string>portal_type_filter</string> </key>
......
1063 1064
\ No newline at end of file \ 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