]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 237838 - make sure CheckCanChangeField() always gets correct resolution. Patch...
authorgerv%gerv.net <>
Wed, 28 Apr 2004 05:28:06 +0000 (05:28 +0000)
committergerv%gerv.net <>
Wed, 28 Apr 2004 05:28:06 +0000 (05:28 +0000)
process_bug.cgi

index 788f4a982c726d18807d6b1734bcd343956f1a13..2187125115aeb811192921e901568bb6b7712c02 100755 (executable)
@@ -616,6 +616,7 @@ sub ChangeResolution {
        ($str ne $::FORM{'dontchange'})) {
         DoComma();
         $::query .= "resolution = " . SqlQuote($str);
+        $::FORM{'resolution'} = $str; # Used later by CheckCanChangeField
     }
 }