[Erp5-report] r37765 luke - /erp5/trunk/products/ERP5/Document/Container.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 12 15:25:18 CEST 2010


Author: luke
Date: Thu Aug 12 15:25:15 2010
New Revision: 37765

URL: http://svn.erp5.org?rev=37765&view=rev
Log:
 - since 37764 interaction workflow is used to reindex subcontent, remove class level reindex override

Modified:
    erp5/trunk/products/ERP5/Document/Container.py

Modified: erp5/trunk/products/ERP5/Document/Container.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Container.py?rev=37765&r1=37764&r2=37765&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Container.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Container.py [utf8] Thu Aug 12 15:25:15 2010
@@ -74,14 +74,6 @@ class Container(Movement, XMLObject):
                       , PropertySheet.SortIndex
                       )
 
-    def reindexObject(self, *args, **kw):
-      """Reindex container and children
-
-      Children must be reindexed because PackingList.isPacked use the catalog
-      to find them.
-      """
-      self.recursiveReindexObject(*args, **kw)
-
     security.declareProtected(Permissions.AccessContentsInformation,
                               'getQuantity')
     def getQuantity(self, default=1.0):




More information about the Erp5-report mailing list