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 @@ ...@@ -62,11 +62,15 @@
<key> <string>method_id</string> </key> <key> <string>method_id</string> </key>
<value> <value>
<list> <list>
<string>edit</string> <string>_set.*</string>
<string>submit</string> <string>submit</string>
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>once_per_transaction</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>portal_type_filter</string> </key> <key> <string>portal_type_filter</string> </key>
<value> <value>
......
...@@ -62,11 +62,15 @@ ...@@ -62,11 +62,15 @@
<key> <string>method_id</string> </key> <key> <string>method_id</string> </key>
<value> <value>
<list> <list>
<string>edit</string> <string>_set.*</string>
<string>manage_beforeDelete</string> <string>manage_beforeDelete</string>
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>once_per_transaction</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>portal_type_filter</string> </key> <key> <string>portal_type_filter</string> </key>
<value> <value>
......
725 727
\ 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