[CMF-checkins] CVS: CMF/CMFCollector - Collector.py:1.34

Sidnei da Silva sidnei@x3ng.com.br
Wed, 17 Jul 2002 16:30:16 -0400


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

Modified Files:
	Collector.py 
Log Message:
* Added id to the catalog schema. Seems like the catalog no longer uses id on metadata by default. This was breaking the UI of CMFCollector, as the browse view listed 'collector_catalog' instead of the issue id.


=== CMF/CMFCollector/Collector.py 1.33 => 1.34 ===
     def enumerateColumns( self ):
         """Return field names of data to be cached on query results."""
         standard = CatalogTool.enumerateColumns(self)
-        custom = ('status',
+        custom = ('id',
+                  'status',
                   'submitter_id',
                   'topic',
                   'classification',