Allow querying by groupset (though there is no UI for it yet; can only

use this by manually hacking the URL string.)
This commit is contained in:
terry%mozilla.org 1999-05-10 22:23:12 +00:00
Родитель 3132cddea0
Коммит 1cc9687d45
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -236,7 +236,7 @@ if (defined $::FORM{'sql'}) {
my @legal_fields = ("bug_id", "product", "version", "rep_platform", "op_sys",
"bug_status", "resolution", "priority", "bug_severity",
"assigned_to", "reporter", "component",
"target_milestone");
"target_milestone", "groupset");
foreach my $field (keys %::FORM) {
my $or = "";