Skip to content

Commit

Permalink
Enable group facets (#1662)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi authored Jan 31, 2024
1 parent 1eaecca commit 74030de
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 74030de

Please sign in to comment.