]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Allow querying by groupset (though there is no UI for it yet; can only
authorterry%mozilla.org <>
Tue, 11 May 1999 05:23:12 +0000 (05:23 +0000)
committerterry%mozilla.org <>
Tue, 11 May 1999 05:23:12 +0000 (05:23 +0000)
use this by manually hacking the URL string.)

buglist.cgi

index 4727afca6ba3b43b131fd6cbbd634a4bc5c3da2e..53026b7d6ccaadf151ff6a3db46c03a6f5324825 100755 (executable)
@@ -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 = "";