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

use this by manually hacking the URL string.)


git-svn-id: svn://10.0.0.236/trunk@30994 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org
1999-05-10 22:23:12 +00:00
parent 73b402e097
commit 4c429be049

View File

@@ -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 = "";