Commit 673caf7d authored by Sebastien Robin's avatar Sebastien Robin

allow user which are allowed to view a document to copy it

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15278 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 634cd144
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -81,6 +78,7 @@ common_permission_list = [p for p in [\n
\'Access Transient Objects\',\n
\'Access contents information\',\n
\'Access session data\',\n
\'Copy or Move\',\n
\'List folder contents\',\n
\'View\',\n
\'View History\',\n
......
368
\ No newline at end of file
370
\ 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