зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
f92b86316d
Коммит
88a87bc364
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче