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

Yvo Schubbe y.2004_ at wcm-solutions.de
Sun Sep 12 13:11:19 EDT 2004


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

Modified Files:
      Tag: yuppie-post_1_5-cleanup-branch
	Collector.py 
Log Message:
- removed deprecated meta_type dependent code


=== CMF/CMFCollector/Collector.py 1.43 => 1.43.2.1 ===
--- CMF/CMFCollector/Collector.py:1.43	Wed Sep  8 12:28:12 2004
+++ CMF/CMFCollector/Collector.py	Sun Sep 12 13:10:48 2004
@@ -414,7 +414,8 @@
         acquires (old workflows controlled this).  This isn't exactly the
         right place, but it is an expedient one."""
 
-        for i in self.objectValues(spec='CMF Collector Issue'):
+        _filter = { 'portal_type': ('Collector Issue',) }
+        for i in self.objectValues(filter=_filter):
 
             # Ensure the issue acquires AddCollectorIssueFollowup
             # and AddPortalContent permissions.



More information about the CMF-checkins mailing list