Commit 739b4fa3 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 905511: When creating a new bug, the version select field is not highlighted

r/a=sgreen
parent cedfb8a5
...@@ -258,7 +258,8 @@ TUI_hide_default('attachment_text_field'); ...@@ -258,7 +258,8 @@ TUI_hide_default('attachment_text_field');
field = bug_fields.version editable = 1 rowspan = 3 field = bug_fields.version editable = 1 rowspan = 3
%] %]
<td rowspan="3"> <td rowspan="3">
<select name="version" id="version" size="5"> <select name="version" id="version" size="5" aria-required="true"
class="required">
[%- FOREACH v = version %] [%- FOREACH v = version %]
[% NEXT IF NOT v.is_active %] [% NEXT IF NOT v.is_active %]
<option value="[% v.name FILTER html %]" <option value="[% v.name 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