[CMF-checkins] CVS: CMF/CMFDefault - Portal.py:1.30

Florent Guillaume fg@nuxeo.com
Thu, 4 Jul 2002 04:41:27 -0400


Update of /cvs-repository/CMF/CMFDefault
In directory cvs.zope.org:/tmp/cvs-serv28416/CMFDefault

Modified Files:
	Portal.py 
Log Message:
Made reindexation of object security work correctly for CatalogAware
containers (PathIndex is such that it doesn't give us the container
itself).

Made all reindexObject methods everywhere accept the optional idxs
argument, even if it's not used.


=== CMF/CMFDefault/Portal.py 1.29 => 1.30 ===
         return 1
 
-    def reindexObject( self ):
+    def reindexObject( self, idxs=[] ):
         """
             Override DefaultDublinCoreImpl's method (so that we can play
             in 'editMetadata').