From 0b9f4fda54241fef861fe64ed4970f6bf752d733 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 26 Aug 2015 10:44:54 -0700 Subject: [PATCH] fix category sort, backport from v4/master, RT#37800 --- httemplate/browse/pkg_class.html | 1 + 1 file changed, 1 insertion(+) diff --git a/httemplate/browse/pkg_class.html b/httemplate/browse/pkg_class.html index 2aa2857a5..63c700ccc 100644 --- a/httemplate/browse/pkg_class.html +++ b/httemplate/browse/pkg_class.html @@ -5,6 +5,7 @@ 'disableable' => 1, 'disabled_statuspos' => 2, 'query' => { 'table' => 'pkg_class', + 'addl_from' => ' LEFT JOIN pkg_category USING (categorynum)', 'hashref' => {}, 'order_by' => 'ORDER BY classnum', }, -- 2.11.0