Commit 9afb69fd authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 329789: The guided format when creating a bug doesn't let me specify a…

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
parent 5ecf8a50
...@@ -211,7 +211,7 @@ function PutDescription() { ...@@ -211,7 +211,7 @@ function PutDescription() {
size="5" onchange="PutDescription()"> size="5" onchange="PutDescription()">
[% FOREACH c = product.components %] [% FOREACH c = product.components %]
<option value="[% c.name FILTER html %]" <option value="[% c.name FILTER html %]"
[% " selected=\"selected\"" IF c == default.component_ %]> [% " selected=\"selected\"" IF c.name == default.component_ %]>
[% c.name FILTER html %] [% c.name FILTER html %]
</option> </option>
[% END %] [% END %]
......
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