From: terry%netscape.com <> Date: Sat, 16 Jan 1999 04:39:20 +0000 (+0000) Subject: When viewing a bug, make it possible to change its OS. X-Git-Tag: bugzilla-2.2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=498a074ffb750e9f3513e932106c990a5cabaca4;p=thirdparty%2Fbugzilla.git When viewing a bug, make it possible to change its OS. --- diff --git a/bug_form.pl b/bug_form.pl index ed6aead8a3..0031514239 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -118,8 +118,10 @@ print " - OS:$bug{'op_sys'} - Reporter:$bug{'reporter'} + OS: + Reporter:$bug{'reporter'} Status: $bug{'bug_status'} diff --git a/process_bug.cgi b/process_bug.cgi index b8c0c58156..b602448d04 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -122,7 +122,7 @@ sub ChangeResolution { foreach my $field ("rep_platform", "priority", "bug_severity", "url", "summary", "component", "bug_file_loc", "short_desc", - "product", "version", "component") { + "product", "version", "component", "op_sys") { if (defined $::FORM{$field}) { if ($::FORM{$field} ne $::dontchange) { DoComma();