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.39 -r1.40 --- openacs-4/contrib/packages/project-manager/www/task-add-edit.tcl 25 Jun 2004 00:04:43 -0000 1.39 +++ openacs-4/contrib/packages/project-manager/www/task-add-edit.tcl 28 Jun 2004 21:12:22 -0000 1.40 @@ -9,6 +9,11 @@ I'm waiting to do that until after my company updates our projects with the customer in each field. +

+ + I'd also like to move the assignments to this page, in the same manner + as the processes. + @author jader@bread.com @creation-date 2003-07-28 @cvs-id $Id$ @@ -47,7 +52,7 @@ @param dependency_task_id @param skip_task_p Whether or not to skip this particular task. Used by processes, if t, then the task is not created @param using_process_p Lets the UI know if there is a process being used (t if so) - + @param send_email_p Send out emails to assignees of new task(s) } { my_key:integer,optional @@ -77,7 +82,7 @@ skip_task_p:array,optional {using_process_p "f"} {return_url ""} - + {send_mail_p "t"} } -properties { context:onevalue @@ -424,6 +429,11 @@ {value $task_id_pass} } + {send_email_p:text(select) + {options {{"Yes" t} {"No" f}}} + {value t} + } + {edit_p:text(hidden) {value $edit_p} } @@ -1141,7 +1151,7 @@ } -after_submit { - ad_returnredirect -message "Task(s) saved. Now choose assignees" "task-assign-add-edit?[export_vars -url {comment_list edit_p return_url process_task_id:multiple revisions:multiple task_id:multiple old_description}]" + ad_returnredirect -message "Task(s) saved. Now choose assignees" "task-assign-add-edit?[export_vars -url {comment_list edit_p return_url process_task_id:multiple revisions:multiple task_id:multiple old_description send_email_p}]" # compile a list of which projects the tasks are assigned to # there is a bug here, because we don't update a project when a