]> 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:45:15 +0000 (07:45 +0000)
committerlpsolit%gmail.com <>
Tue, 25 Jul 2006 07:45:15 +0000 (07:45 +0000)
template/en/default/bug/create/create-guided.html.tmpl

index d84a6d3a6470ed9ddf175db2644d080b94ba1187..0b2b20b20ca91262f72c918abf29faa91b6f8405 100644 (file)
@@ -210,7 +210,7 @@ function PutDescription() {
                     size="5" onchange="PutDescription()">
               [% FOREACH c = component_ %]
                 <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 %]