[CMF-checkins] CVS: Products/CMFCore - PortalFolder.py:1.78
Jens Vagelpohl
jens at dataflake.org
Wed Mar 9 16:35:42 EST 2005
Update of /cvs-repository/Products/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv29834/CMFCore
Modified Files:
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.77 => 1.78 ===
--- Products/CMFCore/PortalFolder.py:1.77 Fri Sep 24 16:05:18 2004
+++ Products/CMFCore/PortalFolder.py Wed Mar 9 16:35:12 2005
@@ -333,6 +333,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