]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 329789: The guided format when creating a bug doesn't let me specify a component...
authorlpsolit%gmail.com <>
Tue, 25 Jul 2006 07:38:17 +0000 (07:38 +0000)
committerlpsolit%gmail.com <>
Tue, 25 Jul 2006 07:38:17 +0000 (07:38 +0000)
template/en/default/bug/create/create-guided.html.tmpl

index ec74d4321526f1d9dfccb25539da3258df7f9498..46512d940dcf8493eeb12deff078d43082dc520b 100644 (file)
@@ -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 %]