Index: openacs-4/packages/project-manager/lib/tasks-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/lib/tasks-postgresql.xql,v diff -u -r1.21 -r1.22 --- openacs-4/packages/project-manager/lib/tasks-postgresql.xql 14 Dec 2005 22:05:30 -0000 1.21 +++ openacs-4/packages/project-manager/lib/tasks-postgresql.xql 12 Mar 2006 16:54:57 -0000 1.22 @@ -88,7 +88,7 @@ - SELECT t.item_id as task_item_id + SELECT t.item_id as task_item_id FROM (select tr.item_id, ta.party_id, @@ -130,6 +130,7 @@ ti.status = s.status_id and cp.live_revision = o.object_id [template::list::filter_where_clauses -and -name tasks] + group by t.item_id, t.title, t.description, status, t.end_date, t.latest_finish, t.latest_start, t.earliest_start [template::list::orderby_clause -name tasks -orderby]