Commit 8a279d73 authored by Lucas Carvalho's avatar Lucas Carvalho

2010-11-29 lucas

* Added proxy role in reindex_object_interaction_workflow/scripts/callRecursiveReindexObject to avoid security issues.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40883 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5d2e5651
......@@ -64,6 +64,14 @@ context.recursiveReindexObject()\n
<key> <string>_params</string> </key>
<value> <string>state_change</string> </value>
</item>
<item>
<key> <string>_proxy_roles</string> </key>
<value>
<tuple>
<string>Manager</string>
</tuple>
</value>
</item>
<item>
<key> <string>errors</string> </key>
<value>
......
2010-11-29 lucas
* Added proxy role in reindex_object_interaction_workflow/scripts/callRecursiveReindexObject to avoid security issues.
2010-11-15 Kazuhiko
* improve Document_getStandardFileName so that the extention in the original filename will be used as the fallback.
......
900
\ No newline at end of file
901
\ 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