Index: openacs-4/packages/bug-tracker/tcl/bug-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bug-tracker/tcl/bug-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/bug-tracker/tcl/bug-procs.tcl 3 Oct 2003 16:41:39 -0000 1.6 +++ openacs-4/packages/bug-tracker/tcl/bug-procs.tcl 3 Oct 2003 16:54:37 -0000 1.7 @@ -800,27 +800,8 @@ label $action(pretty_name) \ values $values \ null_label "Unassigned" \ - where_clause " - exists (select 1 - from workflow_case_assigned_actions aa, - workflow_case_role_user_map crum - where aa.case_id = cas.case_id - and aa.action_id = $action_id - and crum.case_id = aa.case_id - and crum.role_id = aa.role_id - and crum.user_id = :f_action_$action_id - ) - " \ - null_where_clause " - exists (select 1 - from workflow_case_assigned_actions aa, - workflow_case_role_user_map crum - where aa.case_id = cas.case_id - and aa.action_id = $action_id - and crum.case_id (+) = aa.case_id - and crum.role_id (+) = aa.role_id - and crum.user_id is null - )"] + where_clause [db_map filter_assignee_where_clause] \ + null_where_clause [db_map filter_assignee_null_where_clause]] } # Stat: By Component