[Erp5-report] r16013 - /erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Sep 3 12:34:54 CEST 2007
Author: nicolas
Date: Mon Sep 3 12:34:53 2007
New Revision: 16013
URL: http://svn.erp5.org?rev=16013&view=rev
Log:
do not reset security after object creating
Modified:
erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py
Modified: erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py?rev=16013&r1=16012&r2=16013&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py (original)
+++ erp5/trunk/products/ERP5SyncML/Conduit/ERP5Conduit.py Mon Sep 3 12:34:53 2007
@@ -165,6 +165,7 @@
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,
More information about the Erp5-report
mailing list