From 498a074ffb750e9f3513e932106c990a5cabaca4 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Sat, 16 Jan 1999 04:39:20 +0000 Subject: When viewing a bug, make it possible to change its OS. --- bug_form.pl | 6 ++++-- process_bug.cgi | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bug_form.pl b/bug_form.pl index ed6aead8a..003151423 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 b8c0c5815..b602448d0 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(); -- cgit v1.2.3-24-g4f1b