From 13c83ee967952591ef6521ad8ef1c16e0216c2f2 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. git-svn-id: svn://10.0.0.236/trunk@59292 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/process_bug.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/webtools/bugzilla/process_bug.cgi b/mozilla/webtools/bugzilla/process_bug.cgi index e61fb39b206..d5ae66c390e 100755 --- a/mozilla/webtools/bugzilla/process_bug.cgi +++ b/mozilla/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 {