]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 133389: changing anything on a bug from the show_bug.cgi page would reset...
authorjustdave%syndicomm.com <>
Tue, 26 Mar 2002 10:53:39 +0000 (10:53 +0000)
committerjustdave%syndicomm.com <>
Tue, 26 Mar 2002 10:53:39 +0000 (10:53 +0000)
Patch by John Vandenberg <zeroJ@null.net>
r= myk x2

template/default/show/show_bug.html.tmpl

index 79769ff105397165cd2341de99395a2d66f5f739..3e2918b524d6f2e1647b44235aa10d2ccc86c91d 100644 (file)
@@ -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>