From c8bd765633624d584e5af06d85b0339821cab5a8 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Mon, 31 Jan 2000 22:50:10 +0000 Subject: [PATCH] REOPENing a bug now clears the resolution; most people will agree it should have always had this behavior. --- webtools/bugzilla/process_bug.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/webtools/bugzilla/process_bug.cgi b/webtools/bugzilla/process_bug.cgi index e61fb39b206..d5ae66c390e 100755 --- a/webtools/bugzilla/process_bug.cgi +++ b/webtools/bugzilla/process_bug.cgi @@ -340,6 +340,7 @@ SWITCH: for ($::FORM{'knob'}) { }; /^reopen$/ && CheckonComment( "reopen" ) && do { ChangeStatus('REOPENED'); + ChangeResolution(''); last SWITCH; }; /^verify$/ && CheckonComment( "verify" ) && do {