Commit ca97c763 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Inherit reindexObjectSecurity explicitly, because of a multiple inheritance problem.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2832 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c23230d5
......@@ -301,7 +301,9 @@ be a problem)."""
_edit = Base._edit
_setPropValue = Base._setPropValue
_propertyMap = Base._propertyMap # are there any others XXX ?
security.declareProtected(Permissions.ModifyPortalContent, 'reindexObjectSecurity')
reindexObjectSecurity = Base.reindexObjectSecurity
# CPS patch circumvent
manage_renameObject = OriginalCopyContainer.manage_renameObject
......
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