Commit 1cb78dc5 authored by Nicolas Delaby's avatar Nicolas Delaby

revert r15576, we dont want add workflow_transtion

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15578 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0cd35972
......@@ -1140,7 +1140,7 @@ class ERP5Conduit(XMLSyncUtilsMixin):
This is the default editDocument method. This method
can easily be overwritten.
"""
object.edit(**kw)
object._edit(**kw)
security.declareProtected(Permissions.ModifyPortalContent, 'getProperty')
def getProperty(self, object, kw):
......
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