[Erp5-report] r10051 - /erp5/trunk/products/ERP5Type/CopySupport.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Sep 17 14:33:26 CEST 2006


Author: jp
Date: Sun Sep 17 14:33:25 2006
New Revision: 10051

URL: http://svn.erp5.org?rev=10051&view=rev
Log:
Added commented LOGs

Modified:
    erp5/trunk/products/ERP5Type/CopySupport.py

Modified: erp5/trunk/products/ERP5Type/CopySupport.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/CopySupport.py?rev=10051&r1=10050&r2=10051&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/CopySupport.py (original)
+++ erp5/trunk/products/ERP5Type/CopySupport.py Sun Sep 17 14:33:25 2006
@@ -188,6 +188,8 @@
     #LOG("After Clone ",0, "id:%s containes:%s" % (str(item.id), str(container.id)))
     # Change uid attribute so that Catalog thinks object was not yet catalogued
     self_base = aq_base(self)
+    #LOG("After Clone ",0, "self:%s item:%s" % (repr(self), repr(item)))
+    #LOG("After Clone ",0, "self:%s item:%s" % (repr(self), repr(self.getPortalObject().objectIds())))
     portal_catalog = getToolByName(self, 'portal_catalog')
     self_base.uid = portal_catalog.newUid()
 




More information about the Erp5-report mailing list