mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 19:38:13 +00:00
Bug 329789: The guided format when creating a bug doesn't let me specify a component as part of the URL - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=timeless a=myk
This commit is contained in:
parent
7d923a632e
commit
8e3e275602
@ -211,7 +211,7 @@ function PutDescription() {
|
||||
size="5" onchange="PutDescription()">
|
||||
[% FOREACH c = product.components %]
|
||||
<option value="[% c.name FILTER html %]"
|
||||
[% " selected=\"selected\"" IF c == default.component_ %]>
|
||||
[% " selected=\"selected\"" IF c.name == default.component_ %]>
|
||||
[% c.name FILTER html %]
|
||||
</option>
|
||||
[% END %]
|
||||
|
Loading…
Reference in New Issue
Block a user