Commit 166e409a authored by Yoshinori Okuji's avatar Yoshinori Okuji

Override _setPropValue to solve inheritance difficulty .


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1887 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f250fed9
......@@ -246,6 +246,7 @@ be a problem)."""
edit = Base.edit
security.declareProtected( Permissions.ModifyPortalContent, '_edit' )
_edit = Base._edit
_setPropValue = Base._setPropValue
#security.declareProtected( Permissions.DeletePortalContent, 'manage_delObjects' )
#manage_delObjects = CopyContainer.manage_delObjects
......
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