зеркало из https://github.com/mozilla/pjs.git
Fix for bug 46207 (bugidtype=exclude breaks buglist.cgi).
This commit is contained in:
Родитель
ec12efd420
Коммит
08dcd720e3
|
@ -163,7 +163,7 @@ sub GenerateSQL {
|
|||
if ($M{'bug_id'}) {
|
||||
my $type = "anyexact";
|
||||
if ($F{'bugidtype'} && $F{'bugidtype'} eq 'exclude') {
|
||||
$type = "noexact";
|
||||
$type = "nowords";
|
||||
}
|
||||
push(@specialchart, ["bug_id", $type, join(',', @{$M{'bug_id'}})]);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче