Index: openacs-4/packages/evaluation/www/admin/groups/one-task.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/www/admin/groups/one-task.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/evaluation/www/admin/groups/one-task.tcl 10 Jun 2004 21:08:54 -0000 1.4 +++ openacs-4/packages/evaluation/www/admin/groups/one-task.tcl 7 Jul 2004 17:26:45 -0000 1.5 @@ -10,7 +10,7 @@ task_id:integer,notnull {orderby:optional} {orderby_groups:optional} - {return_url "one-task?[export_vars -url { task_id }]"} + {return_url ""} } -validate { group_task { if { [string eq [db_string get_number_of_members { *SQL* }] 1] } { @@ -53,8 +53,8 @@ -name students_without_group \ -multirow students_without_group \ -key student_id \ - -pass_properties { return_url student_id } \ - -filters { task_id {} } \ + -pass_properties { student_id } \ + -filters { task_id {} return_url {} } \ -elements $elements @@ -92,8 +92,8 @@ -name task_groups \ -multirow task_groups \ -key evaluation_group_id \ - -pass_properties { return_url evaluation_group_id } \ - -filters { task_id {} } \ + -pass_properties { evaluation_group_id } \ + -filters { task_id {} return_url {} } \ -orderby_name orderby_groups \ -elements $elements