Commit 64b03035 authored by Sebastien Robin's avatar Sebastien Robin

getProperty is also needed on temp objects for non

manager users

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43629 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5b15b0f9
......@@ -3818,6 +3818,7 @@ class TempBase(Base):
return getattr(aq_base(self), 'title', None)
security.declarePublic('setProperty')
security.declarePublic('getProperty')
security.declarePublic('edit')
......
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