[CMF-checkins] CVS: CMF/CMFCollector - Collector.py:1.19
Ken Manheimer
klm@zope.com
Tue, 30 Oct 2001 19:49:42 -0500
Update of /cvs-repository/CMF/CMFCollector
In directory cvs.zope.org:/tmp/cvs-serv26594
Modified Files:
Collector.py
Log Message:
Adding neglected submitter_id to the issue edit dataflow.
=== CMF/CMFCollector/Collector.py 1.18 => 1.19 ===
('confidential', 'FieldIndex'),
('resolution', 'TextIndex'),
- ('submitter_email', 'TextIndex'),
+ ('submitter_id', 'FieldIndex'),
+ ('submitter_email', 'FieldIndex'),
('version_info', 'TextIndex'),
('assigned_to', 'KeywordIndex'),
('upload_number', 'KeywordIndex')
@@ -375,6 +376,7 @@
"""Return field names of data to be cached on query results."""
standard = CatalogTool.enumerateColumns(self)
custom = ('status',
+ 'submitter_id',
'topic',
'classification',
'importance',