From 74030dee68e3cc1915c31d619fef29f298563c85 Mon Sep 17 00:00:00 2001 From: mattiagiupponi <51856725+mattiagiupponi@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:47:26 +0100 Subject: [PATCH] Enable group facets (#1662) --- geonode_mapstore_client/client/js/plugins/ResourcesGrid.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/geonode_mapstore_client/client/js/plugins/ResourcesGrid.jsx b/geonode_mapstore_client/client/js/plugins/ResourcesGrid.jsx index cc5cfc5388..5333daf1c7 100644 --- a/geonode_mapstore_client/client/js/plugins/ResourcesGrid.jsx +++ b/geonode_mapstore_client/client/js/plugins/ResourcesGrid.jsx @@ -388,6 +388,10 @@ function ResourcesGrid({ type: 'select', facet: 'user' }, + { + type: 'select', + facet: "group" + }, { type: "accordion", style: "facet", // style can be facet or filter (checkbox)