From 28bcce5b2a1e4344bac8b3d16756db5b89d67966 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Tue, 15 Jul 2014 20:18:47 +1000 Subject: Bug 936275 - In buglists, flags are sorted alphabetically instead of using their sortkey r=dylan, a=glob --- Bugzilla/Search.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Search.pm') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 7368040cc..036e0a605 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -599,7 +599,8 @@ sub COLUMNS { . " END)", 'flagtypes.name' => $dbh->sql_group_concat('DISTINCT ' - . $dbh->sql_string_concat('map_flagtypes.name', 'map_flags.status')), + . $dbh->sql_string_concat('map_flagtypes.name', 'map_flags.status'), + undef, undef, 'map_flagtypes.sortkey, map_flagtypes.name'), 'keywords' => $dbh->sql_group_concat('DISTINCT map_keyworddefs.name'), -- cgit v1.2.3-24-g4f1b