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
This commit is contained in:
justdave%syndicomm.com 2002-03-26 02:53:39 +00:00
parent f92b86316d
commit 88a87bc364

View File

@ -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>