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:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user