Commit 61a1d299 authored by Sebastien Robin's avatar Sebastien Robin

no security was defined for manage_pasteObjects


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