[CMF-checkins] CVS: CMF/CMFCore - CatalogTool.py:1.30
Florent Guillaume
fg@nuxeo.com
Thu, 4 Jul 2002 05:39:27 -0400
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv11821
Modified Files:
CatalogTool.py
Log Message:
Added 'portal_type' to the standard indexes and metadata. This will be
needed when we clean up the Type() mess, so better put it early.
=== CMF/CMFCore/CatalogTool.py 1.29 => 1.30 ===
, ('id', 'FieldIndex')
, ('path', 'PathIndex')
+ , ('portal_type', 'FieldIndex')
)
security.declarePublic( 'enumerateColumns' )
@@ -145,6 +146,7 @@
, 'EffectiveDate'
, 'ExpiresDate'
, 'ModificationDate'
+ , 'portal_type'
)
def _initIndexes(self):