Commit 1510c060 authored by Nicolas Delaby's avatar Nicolas Delaby

Call interaction script in activity only once per transaction

Remove Person and Organisation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24076 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent beee7935
...@@ -24,15 +24,15 @@ ...@@ -24,15 +24,15 @@
<item> <item>
<key> <string>activate_script_name</string> </key> <key> <string>activate_script_name</string> </key>
<value> <value>
<tuple/> <list>
<string>Document_assignRoleToGroup</string>
</list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>after_script_name</string> </key> <key> <string>after_script_name</string> </key>
<value> <value>
<list> <tuple/>
<string>Document_assignRoleToGroup</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
</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>
...@@ -69,9 +69,7 @@ ...@@ -69,9 +69,7 @@
<string>Drawing</string> <string>Drawing</string>
<string>File</string> <string>File</string>
<string>Image</string> <string>Image</string>
<string>Organisation</string>
<string>PDF</string> <string>PDF</string>
<string>Person</string>
<string>Presentation</string> <string>Presentation</string>
<string>Spreadsheet</string> <string>Spreadsheet</string>
<string>Text</string> <string>Text</string>
......
442 443
\ 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