Commit 2bf7b716 authored by Romain Courteaud's avatar Romain Courteaud

Trigget interactions with _set.* instead of edit.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17954 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 84905791
......@@ -62,11 +62,15 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>edit</string>
<string>_set.*</string>
<string>submit</string>
</list>
</value>
</item>
<item>
<key> <string>once_per_transaction</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>portal_type_filter</string> </key>
<value>
......
......@@ -62,11 +62,15 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>edit</string>
<string>_set.*</string>
<string>manage_beforeDelete</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>
......
725
\ No newline at end of file
727
\ 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