Commit d67434ec authored by Sebastien Robin's avatar Sebastien Robin

allow users to edit temp objects

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13650 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9bb51d86
......@@ -2968,6 +2968,8 @@ class TempBase(Base):
security.declarePublic('setProperty')
security.declarePublic('edit')
def newTempDocumentationHelper(folder, id, REQUEST=None, **kw):
o = TempDocumentationHelper(id)
o = o.__of__(folder)
......
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