[CMF-checkins] CVS: CMF/CMFCollector/skins/collector -
	collector_contents.pt:1.29
    Ken Manheimer 
    klm at zope.com
       
    Mon May  3 13:20:44 EDT 2004
    
    
  
Update of /cvs-repository/CMF/CMFCollector/skins/collector
In directory cvs.zope.org:/tmp/cvs-serv22340
Modified Files:
	collector_contents.pt 
Log Message:
Add 'Wont_fix' to the states of the issues presented in the default
search.
=== CMF/CMFCollector/skins/collector/collector_contents.pt 1.28 => 1.29 ===
--- CMF/CMFCollector/skins/collector/collector_contents.pt:1.28	Wed May  8 09:45:12 2002
+++ CMF/CMFCollector/skins/collector/collector_contents.pt	Mon May  3 13:20:43 2004
@@ -42,7 +42,8 @@
                  searching
                     python: (request.get('searching') != 'yep'
                              and (request.set('status',
-                                              ['Pending', 'Accepted'])));
+                                              ['Pending', 'Accepted',
+                                               'Wont_fix'])));
                  items here/collector_search;
                  batch python: Batch(items, BATCHSIZE, int(b_start), orphan=0);
                  prev batch/previous;
    
    
More information about the CMF-checkins
mailing list