[CMF-checkins] CVS: Products/CMFCore - PortalFolder.py:1.71.2.6
Jens Vagelpohl
jens at dataflake.org
Wed Mar 9 16:33:31 EST 2005
Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv29168/CMFCore
Modified Files:
Tag: CMF-1_5-branch
PortalFolder.py
Log Message:
- CMFCore.PortalFolder: Cataloging portal folders was prevented by
overriding the typical indexing calls, but one of them was forgotten,
so they still got cataloged. (http://www.zope.org/Collectors/CMF/309)
=== Products/CMFCore/PortalFolder.py 1.71.2.5 => 1.71.2.6 ===
--- Products/CMFCore/PortalFolder.py:1.71.2.5 Fri Sep 24 16:09:03 2004
+++ Products/CMFCore/PortalFolder.py Wed Mar 9 16:33:00 2005
@@ -378,6 +378,9 @@
def reindexObject(self, idxs=[]):
pass
+ def reindexObjectSecurity(self):
+ pass
+
def PUT_factory( self, name, typ, body ):
""" Factory for PUT requests to objects which do not yet exist.
More information about the CMF-checkins
mailing list