[CMF-checkins] CVS: CMF/CMFCore - CatalogTool.py:1.26
Florent Guillaume
fg@nuxeo.com
Fri, 28 Jun 2002 21:14:28 -0400
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv18488/CMFCore
Modified Files:
CatalogTool.py
Log Message:
Fixed CatalogTool to create a meta_type index; this is needed now that
ZCatalog doesn't create any default indexes when instantiated.
=== CMF/CMFCore/CatalogTool.py 1.25 => 1.26 ===
, ('review_state', 'FieldIndex')
, ('in_reply_to', 'FieldIndex')
+ , ('meta_type', 'FieldIndex')
)
security.declarePublic( 'enumerateColumns' )