Commit d53dc958 authored by Sebastien Robin's avatar Sebastien Robin

added persmission of manage_copyObject


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3024 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ef0d34f0
......@@ -736,3 +736,4 @@ be a problem)."""
security.declareProtected(Permissions.ModifyPortalContent,'setDescription')
security.declareProtected( Permissions.ModifyPortalContent, 'setTitle' )
security.declareProtected( Permissions.ModifyPortalContent, 'manage_copyObjects' ) # XXX Why this one doesn't work in CopySupport ?
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