Index: openacs-4/contrib/packages/simulation/www/simplay/document-upload.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/www/simplay/Attic/document-upload.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/contrib/packages/simulation/www/simplay/document-upload.tcl 5 Jan 2004 12:33:41 -0000 1.2 +++ openacs-4/contrib/packages/simulation/www/simplay/document-upload.tcl 5 Jan 2004 15:29:51 -0000 1.3 @@ -12,9 +12,6 @@ set workflow_id [workflow::case::get_element -case_id $case_id -element workflow_id] -# TODO: Only pick from roles the current user is playing in this case -# TODO: If only one role, hide the role select widget - set role_options [list] foreach role_id [workflow::case::get_user_roles -case_id $case_id] { lappend role_options [list [workflow::role::get_element -role_id $role_id -element pretty_name] $role_id]