Commit 34b0c7bb authored by Jérome Perrin's avatar Jérome Perrin

"Title" was defined twice, with different security definitions


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26580 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ebd7f53a
......@@ -1221,10 +1221,6 @@ class Folder(CopyContainer, CMFBTreeFolder, CMFHBTreeFolder, Base, FolderMixIn,
return Base.getCategoryMembershipList(self, category,
spec=spec, filter=filter, portal_type=portal_type, base=base)
# Alias - class inheritance resolution
security.declareProtected( Permissions.View, 'Title' )
Title = Base.Title
security.declareProtected(Permissions.AccessContentsInformation,
'checkConsistency')
def checkConsistency(self, fixit=0):
......
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