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 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<string>Products.PythonScripts.PythonScript</string> <tuple/>
<string>PythonScript</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -81,6 +78,7 @@ common_permission_list = [p for p in [\n ...@@ -81,6 +78,7 @@ common_permission_list = [p for p in [\n
\'Access Transient Objects\',\n \'Access Transient Objects\',\n
\'Access contents information\',\n \'Access contents information\',\n
\'Access session data\',\n \'Access session data\',\n
\'Copy or Move\',\n
\'List folder contents\',\n \'List folder contents\',\n
\'View\',\n \'View\',\n
\'View History\',\n \'View History\',\n
......
368 370
\ 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