Bug 179321 - cannot clear status whiteboard entirely
r=joel x2 a=justdave git-svn-id: svn://10.0.0.236/trunk@133532 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -617,7 +617,8 @@ foreach my $field ("rep_platform", "priority", "bug_severity",
|
||||
"version", "op_sys",
|
||||
"target_milestone", "status_whiteboard") {
|
||||
if (defined $::FORM{$field}) {
|
||||
if ($::FORM{$field} ne $::FORM{'dontchange'}) {
|
||||
if (!$::FORM{'dontchange'}
|
||||
|| $::FORM{$field} ne $::FORM{'dontchange'}) {
|
||||
DoComma();
|
||||
$::query .= "$field = " . SqlQuote(trim($::FORM{$field}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user