Index: openacs-4/packages/acs-tcl/lib/page-error.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/lib/page-error.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/acs-tcl/lib/page-error.tcl 12 Jul 2009 01:08:30 -0000 1.7 +++ openacs-4/packages/acs-tcl/lib/page-error.tcl 27 Oct 2014 16:40:04 -0000 1.8 @@ -373,7 +373,7 @@ } # Add empty option to resolution code if { $enabled_action_id ne "" } { - if { [lsearch [workflow::action::get_element -action_id $action_id -element edit_fields] "resolution"] == -1 } { + if {"resolution" ni [workflow::action::get_element -action_id $action_id -element edit_fields]} { element set_properties bug_edit resolution -options [concat {{{} {}}} [element get_property bug_edit resolution options]] } } else {