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

Ken Manheimer klm@zope.com
Mon, 4 Mar 2002 18:04:59 -0500


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

Modified Files:
	Collector.py 
Log Message:
Expose the last_issue_id as a Zope management interface property, so
we can use the ZMI to, eg, remove all the issues and zero the count.


=== CMF/CMFCollector/Collector.py 1.26 => 1.27 ===
     state_email = {}
 
+    _properties=({'id':'title', 'type': 'string', 'mode':'w'},
+                 {'id':'last_issue_id', 'type': 'int', 'mode':'w'},
+                 )
+
     def __init__(self, id, title='', description='', abbrev='',
                  email=None,
                  topics=None, classifications=None, importances=None,