Index: openacs-4/contrib/packages/project-manager/www/task-add-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/project-manager/www/Attic/task-add-edit.tcl,v diff -u -r1.27.2.18 -r1.27.2.19 --- openacs-4/contrib/packages/project-manager/www/task-add-edit.tcl 16 Dec 2004 16:22:53 -0000 1.27.2.18 +++ openacs-4/contrib/packages/project-manager/www/task-add-edit.tcl 5 Jan 2005 16:08:14 -0000 1.27.2.19 @@ -98,8 +98,9 @@ -end_date_day_array task_end_date_day \ -end_date_month_array task_end_date_month \ -end_date_year_array task_end_date_year \ - -project_item_id_array task_project_item_id - + -project_item_id_array task_project_item_id \ + -priority_array task_priority + } elseif {[empty_string_p $project_item_id]} { ad_return_error "Project missing" "For new tasks, a project must be passed in" @@ -155,7 +156,8 @@ assignee_html \ dependency_html \ logger_variable_html \ - project_html + project_html \ + priority if {[string is true $edit_p]} { @@ -259,7 +261,8 @@ $assignee_html \ $dependency_options_full \ $variable_widget \ - $project_html + $project_html \ + $task_priority($task) incr number } @@ -418,7 +421,8 @@ $assignee_html \ $dependency_options_full \ "" \ - $project_html + $project_html \ + 0 } }