From efa0db7bcfa976f5b913169e4da1a565b6bbb716 Mon Sep 17 00:00:00 2001 From: william Date: Tue, 12 Sep 2017 18:06:48 -0400 Subject: [PATCH 1/2] fix(mindtagger): show the grouping filter when `grouping_columns` is defined previously, if the `grouping_columns` config is defined, but no `groupFilter` is set (i.e. the `g` parameter on the URL is empty), then the mindtagger UI would not show the grouping filter element, which then prevents the `groupFilter` from being set. this patch shows the grouping filter by default if `MindtaggerTask.config.items.grouping_columns` is defined, allowing the users to freely set their group filter from the UI. --- gui/frontend/src/mindtagger/navbar-top.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/frontend/src/mindtagger/navbar-top.html b/gui/frontend/src/mindtagger/navbar-top.html index b766c64..3dd900f 100644 --- a/gui/frontend/src/mindtagger/navbar-top.html +++ b/gui/frontend/src/mindtagger/navbar-top.html @@ -15,7 +15,7 @@