Commit 32b134b6 authored by reed%reedloden.com's avatar reed%reedloden.com

Bug 353528 - "<select> fields with just one value shouldn't appear editable"…

Bug 353528 - "<select> fields with just one value shouldn't appear editable" [p=reed r=LpSolit a=justdave]
parent 2458ce8d
...@@ -793,7 +793,7 @@ ...@@ -793,7 +793,7 @@
[% BLOCK select %] [% BLOCK select %]
<td> <td>
[% IF bug.check_can_change_field(selname, 0, 1) %] [% IF bug.check_can_change_field(selname, 0, 1) AND bug.choices.${selname}.size > 1 %]
<select id="[% selname %]" name="[% selname %]"> <select id="[% selname %]" name="[% selname %]">
[% FOREACH x = bug.choices.${selname} %] [% FOREACH x = bug.choices.${selname} %]
<option value="[% x FILTER html %]" <option value="[% x FILTER html %]"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment