Commit 7583446d authored by Alexandre Boeglin's avatar Alexandre Boeglin

use _set.* instead of edit as a trigger

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16106 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 62413ea3
......@@ -62,10 +62,14 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>edit</string>
<string>_set.*</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,17 +62,20 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>edit</string>
<string>_set.*</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>
<list>
<string>Accounting Transaction Line</string>
<string>Invoice Line</string>
<string>Invoice Transaction Line</string>
<string>Pay Sheet Line</string>
<string>Pay Sheet Transaction Line</string>
<string>Purchase Invoice Transaction Line</string>
......
......@@ -62,7 +62,7 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>edit</string>
<string>_set.*</string>
<string>manage_delObject</string>
<string>deleteContent</string>
<string>_delObject</string>
......@@ -74,6 +74,10 @@
</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>
......
105
\ No newline at end of file
106
\ 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