[Erp5-report] r15369 - /erp5/trunk/products/ERP5Type/Core/Folder.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 27 17:28:54 CEST 2007


Author: jerome
Date: Fri Jul 27 17:28:53 2007
New Revision: 15369

URL: http://svn.erp5.org?rev=15369&view=rev
Log:
There are no bugs when creating base category, update those outdated docstrings

Modified:
    erp5/trunk/products/ERP5Type/Core/Folder.py

Modified: erp5/trunk/products/ERP5Type/Core/Folder.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Core/Folder.py?rev=15369&r1=15368&r2=15369&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Core/Folder.py (original)
+++ erp5/trunk/products/ERP5Type/Core/Folder.py Fri Jul 27 17:28:53 2007
@@ -552,10 +552,7 @@
   # Catalog related
   security.declarePublic( 'reindexObject' )
   def reindexObject(self, *args, **kw):
-    """
-      Fixes the hierarchy structure (use of Base class)
-      XXXXXXXXXXXXXXXXXXXXXXXX
-      BUG here : when creating a new base category
+    """Fixes the hierarchy structure (use of Base class)
     """
     return Base.reindexObject(self, *args, **kw)
 
@@ -571,10 +568,7 @@
 
   security.declarePublic( 'recursiveReindexObject' )
   def recursiveReindexObject(self, activate_kw=None, **kw):
-    """
-      Fixes the hierarchy structure (use of Base class)
-      XXXXXXXXXXXXXXXXXXXXXXXX
-      BUG here : when creating a new base category
+    """Recursively indexes the content of self.
     """
     if self.isIndexable:
       if activate_kw is None and self.objectCount() > REINDEX_SPLIT_COUNT:




More information about the Erp5-report mailing list