Commit 7e426c3b authored by Romain Courteaud's avatar Romain Courteaud

Change permission of manage_copyObjects.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4586 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fdd468e5
......@@ -48,7 +48,7 @@ class CopyContainer:
security = ClassSecurityInfo()
# Copy / Paste support
security.declareProtected( Permissions.ModifyPortalContent, 'manage_copyObjects' )
security.declareProtected( Permissions.AccessContentsInformation, 'manage_copyObjects' )
def manage_copyObjects(self, ids=None, uids=None, REQUEST=None, RESPONSE=None):
"""
Put a reference to the objects named in ids in the clip board
......
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