Commit d1f6ec73 authored by terry%mozilla.org's avatar terry%mozilla.org

REOPENing a bug now clears the resolution; most people will agree it

should have always had this behavior.
parent 0ab45f45
...@@ -340,6 +340,7 @@ SWITCH: for ($::FORM{'knob'}) { ...@@ -340,6 +340,7 @@ SWITCH: for ($::FORM{'knob'}) {
}; };
/^reopen$/ && CheckonComment( "reopen" ) && do { /^reopen$/ && CheckonComment( "reopen" ) && do {
ChangeStatus('REOPENED'); ChangeStatus('REOPENED');
ChangeResolution('');
last SWITCH; last SWITCH;
}; };
/^verify$/ && CheckonComment( "verify" ) && do { /^verify$/ && CheckonComment( "verify" ) && do {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment