Commit 930a519a authored by Guillaume Michon's avatar Guillaume Michon

Inherit setTitle() from Base to overwrite Zope behavior and have a behavior...

Inherit setTitle() from Base to overwrite Zope behavior and have a behavior similar to any other property


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3820 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f998bd29
......@@ -719,3 +719,6 @@ be a problem)."""
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 ?
# Overwrite Zope setTitle()
Folder.setTitle = Base.setTitle
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