Index: openacs-4/packages/simulation/lib/cases-admin.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/simulation/lib/cases-admin.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/simulation/lib/cases-admin.tcl 12 Jan 2004 16:10:48 -0000 1.4 +++ openacs-4/packages/simulation/lib/cases-admin.tcl 21 Jan 2004 15:55:36 -0000 1.5 @@ -32,7 +32,7 @@ -elements $elements db_multirow cases select_cases " - select distinct wc.case_id, + select wc.case_id, sc.label, w.pretty_name from workflow_cases wc, @@ -43,4 +43,5 @@ and sc.sim_case_id = wc.object_id and w.workflow_id = ao.object_id and ao.creation_user = :user_id + order by w.workflow_id, wc.case_id "