Index: openacs-4/packages/project-manager/lib/assignee-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/project-manager/lib/assignee-portlet.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/project-manager/lib/assignee-portlet.tcl 16 Sep 2005 17:20:12 -0000 1.11 +++ openacs-4/packages/project-manager/lib/assignee-portlet.tcl 19 Oct 2005 12:03:58 -0000 1.12 @@ -30,6 +30,9 @@ # Send Email URL set send_email_url "send-mail?project_id=$project_id" +# Rate URL +set rate_url "rate-project?project_id=$project_id&project_item_id=$project_item_id" + # There is no point showing an empty listbox, which happens if the user assigns all roles to himself. Doing it this way avoids another trip to the database. set select_list_html [pm::role::project_select_list -select_name "role_id" -project_item_id $project_item_id -party_id $user_id] if {[string compare $select_list_html ""]} {