[Python-checkins] r63992 - tracker/instances/python-dev/html/home.html
martin.v.loewis
python-checkins at python.org
Fri Jun 6 22:41:40 CEST 2008
Author: martin.v.loewis
Date: Fri Jun 6 22:41:39 2008
New Revision: 63992
Log:
Issue 209: Stop grouping by priority.
Modified:
tracker/instances/python-dev/html/home.html
Modified: tracker/instances/python-dev/html/home.html
==============================================================================
--- tracker/instances/python-dev/html/home.html (original)
+++ tracker/instances/python-dev/html/home.html Fri Jun 6 22:41:39 2008
@@ -5,6 +5,6 @@
whatever. It's a good idea to have the issues on the front page though
-->
<span tal:replace="structure python:db.issue.renderWith('index',
- sort=[('-', 'activity')], group=[('+', 'priority')], filter=['status'],
+ sort=[('-', 'activity')], filter=['status'],
columns=['id','activity','title','creator','assignee', 'status'],
filterspec={'status':['1','3']})" />
More information about the Python-checkins
mailing list