From: terry%mozilla.org <> Date: Tue, 1 Feb 2000 06:50:10 +0000 (+0000) Subject: REOPENing a bug now clears the resolution; most people will agree it X-Git-Tag: bugzilla-2.12~400 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1f6ec73e370d43bea603aeec8537bcf4555eddc;p=thirdparty%2Fbugzilla.git REOPENing a bug now clears the resolution; most people will agree it should have always had this behavior. --- diff --git a/process_bug.cgi b/process_bug.cgi index e61fb39b20..d5ae66c390 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -340,6 +340,7 @@ SWITCH: for ($::FORM{'knob'}) { }; /^reopen$/ && CheckonComment( "reopen" ) && do { ChangeStatus('REOPENED'); + ChangeResolution(''); last SWITCH; }; /^verify$/ && CheckonComment( "verify" ) && do {