]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix bustage
authorFrédéric Buclin <LpSolit@gmail.com>
Sat, 14 Apr 2012 20:53:11 +0000 (22:53 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 14 Apr 2012 20:53:11 +0000 (22:53 +0200)
Bugzilla/Search.pm

index 7f9bec9de5743ed60645e183eafd0b0ee23682d2..6ab7817670ae87569096e2782f68ba48a57d1359 100644 (file)
@@ -644,6 +644,7 @@ use constant GROUP_BY_SKIP => qw(
     keywords
     longdescs.count
     percentage_complete
+    tag
 );
 
 ###############