Skip to content

Commit

Permalink
Enable group facets (GeoNode#1662)
Browse files Browse the repository at this point in the history
(cherry picked from commit 74030de)
  • Loading branch information
mattiagiupponi authored and dsuren1 committed Feb 7, 2024
1 parent 71bc57b commit a069f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions geonode_mapstore_client/client/js/plugins/ResourcesGrid.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a069f1f

Please sign in to comment.