summaryrefslogtreecommitdiffstats
path: root/template/default
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-03-26 11:53:39 +0100
committerjustdave%syndicomm.com <>2002-03-26 11:53:39 +0100
commit10472d3d62fee16af1be694586e16a4a62b3152d (patch)
tree8623b3149fd6af336e3fe173affca91b8b5d458c /template/default
parentf96a53df7556de222f8b038541585deb9d0226f5 (diff)
downloadbugzilla-10472d3d62fee16af1be694586e16a4a62b3152d.tar.gz
bugzilla-10472d3d62fee16af1be694586e16a4a62b3152d.tar.xz
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
Diffstat (limited to 'template/default')
-rw-r--r--template/default/show/show_bug.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/show/show_bug.html.tmpl b/template/default/show/show_bug.html.tmpl
index 79769ff10..3e2918b52 100644
--- a/template/default/show/show_bug.html.tmpl
+++ b/template/default/show/show_bug.html.tmpl
@@ -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>