[CMF-checkins] CVS: CMF/CMFCollector - CollectorIssue.py:1.44

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


Update of /cvs-repository/CMF/CMFCollector
In directory cvs.zope.org:/tmp/cvs-serv23360

Modified Files:
	CollectorIssue.py 
Log Message:
Made reindexObject accept an optionnal idxs argument (ignored).


=== CMF/CMFCollector/CollectorIssue.py 1.43 => 1.44 ===
     security.declareProtected(CMFCorePermissions.ModifyPortalContent,
                               'reindexObject')
-    def reindexObject(self, internal_only=0):
+    def reindexObject(self, idxs=[], internal_only=0):
         if self.invisible:
             return
         catalogs = [self._get_internal_catalog()]