From: Frédéric Buclin Date: Sat, 14 Apr 2012 20:53:11 +0000 (+0200) Subject: Fix bustage X-Git-Tag: bugzilla-4.3.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e47ded48b99a57569c702529a3cb886099c9e4;p=thirdparty%2Fbugzilla.git Fix bustage --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 7f9bec9de5..6ab7817670 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -644,6 +644,7 @@ use constant GROUP_BY_SKIP => qw( keywords longdescs.count percentage_complete + tag ); ###############