]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
REOPENing a bug now clears the resolution; most people will agree it
authorterry%mozilla.org <>
Tue, 1 Feb 2000 06:50:10 +0000 (06:50 +0000)
committerterry%mozilla.org <>
Tue, 1 Feb 2000 06:50:10 +0000 (06:50 +0000)
should have always had this behavior.

process_bug.cgi

index e61fb39b20636965bfd467fdc3cd9bd3d5259443..d5ae66c390e302b1ca6447d21f60c91dae8bcce0 100755 (executable)
@@ -340,6 +340,7 @@ SWITCH: for ($::FORM{'knob'}) {
     };   
     /^reopen$/  && CheckonComment( "reopen" ) && do {
         ChangeStatus('REOPENED');
+        ChangeResolution('');
         last SWITCH;
     };
     /^verify$/ && CheckonComment( "verify" ) && do {