Index: openacs-4/contrib/packages/project-manager/www/one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/project-manager/www/Attic/one.tcl,v diff -u -r1.20 -r1.21 --- openacs-4/contrib/packages/project-manager/www/one.tcl 12 Sep 2003 22:54:07 -0000 1.20 +++ openacs-4/contrib/packages/project-manager/www/one.tcl 17 Sep 2003 22:20:59 -0000 1.21 @@ -96,7 +96,7 @@ template::list::create \ -name tasks \ -multirow tasks \ - -key item_id \ + -key task_id \ -elements { title { label "Subject" @@ -152,18 +152,21 @@ label "Who" html {valign top} display_template { - @tasks.first_names@ @tasks.last_name@
+ @tasks.first_names@ @tasks.last_name@
} } } \ -actions { "Use process" "process-use" "Use a process" - "Task calendar" "\#" "View task calendar" } \ -bulk_actions { "Edit" "task-add-edit" "Edit tasks" } \ + -bulk_action_export_vars { + project_item_id + project_id + } \ -main_class { narrow } \ @@ -190,7 +193,7 @@ db_multirow -extend { item_url } tasks project_tasks_query { } { - set item_url [export_vars -base "task-one" -override {{task_id $item_id}} { revision_id task_id}] + set item_url [export_vars -base "task-one" { revision_id task_id}] }