Fix for bug 133389: changing anything on a bug from the show_bug.cgi page would…

Fix for bug 133389: changing anything on a bug from the show_bug.cgi page would reset its component to the first in the product. Patch by John Vandenberg <zeroJ@null.net> r= myk x2
parent f96a53df
......@@ -96,7 +96,7 @@
<select name="component">
[% FOREACH x = component_ %]
<option value="[% x %]"
[% " selected" IF x == bug.component_ %]>[% x %]</option>
[% " selected" IF x == bug.component %]>[% x %]</option>
[% END %]
</select>
</td>
......
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