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
This commit is contained in:
terry%mozilla.org
2000-01-31 22:50:10 +00:00
parent e841c41576
commit 13c83ee967

View File

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