Index: openacs-4/contrib/packages/project-manager/www/project-assign-task-assignees.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/project-manager/www/Attic/project-assign-task-assignees.tcl,v diff -u -r1.2.2.4 -r1.2.2.5 --- openacs-4/contrib/packages/project-manager/www/project-assign-task-assignees.tcl 2 May 2005 18:30:11 -0000 1.2.2.4 +++ openacs-4/contrib/packages/project-manager/www/project-assign-task-assignees.tcl 4 May 2005 06:13:53 -0000 1.2.2.5 @@ -1,4 +1,4 @@ -# +# ad_page_contract { @@ -34,6 +34,10 @@ WHERE i.parent_id = :project_item_id and i.item_id = a.task_id + and exists (select 1 from acs_object_party_privilege_map ppm + where ppm.object_id = p.project_item_id + and ppm.privilege = 'read' + and ppm.party_id = :user_id) }] set parties [list]