Index: openacs-4/packages/workflow/tcl/implementation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/tcl/implementation-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/workflow/tcl/implementation-procs.tcl 28 Aug 2003 09:41:59 -0000 1.4 +++ openacs-4/packages/workflow/tcl/implementation-procs.tcl 13 Apr 2007 20:42:10 -0000 1.5 @@ -92,6 +92,8 @@ } { Return the list of current assignees for this case and role } { + set workflow_id [workflow::role::get_workflow_id -role_id $role_id] + return [db_list select_current_assignees {}] }