Commit eb668561 authored by Nicolas Delaby's avatar Nicolas Delaby

do not reset security after object creating

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16013 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a67e6d53
......@@ -165,6 +165,7 @@ class ERP5Conduit(XMLSyncUtilsMixin):
portal_type = self.getXupdateObjectType(xml) # Deprecated ???
sub_object = self.constructContent(object, object_id, docid,
portal_type)
reset_local_roles = 0
self.newObject(
object=sub_object,
xml=xml,
......
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