Commit 27332c4c authored by terry%mozilla.org's avatar terry%mozilla.org

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

use this by manually hacking the URL string.)
parent 2adbacb8
......@@ -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 = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment