forked from geosolutions-it/geonode-mapstore-client
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a configurable property to un-persist selection in Tabs component #1607
Labels
Comments
dsuren1
added a commit
to dsuren1/geonode-mapstore-client
that referenced
this issue
Nov 3, 2023
allyoucanmap
pushed a commit
that referenced
this issue
Nov 6, 2023
giohappy
added a commit
that referenced
this issue
Nov 13, 2023
* #1596 - Catalog page path configuration (#1597) * [create-pull-request] automated change (#1599) Co-authored-by: allyoucanmap <[email protected]> * Fix ajax safe download button render (#1601) * #1598: Facet fixes on different filter type (#1600) * [create-pull-request] automated change (#1602) Co-authored-by: allyoucanmap <[email protected]> * #1594 - Enhance filter panel and accordion with configurable options (#1595) * [create-pull-request] automated change (#1605) Co-authored-by: allyoucanmap <[email protected]> * #1607: Tabs component enhancement (#1608) * [create-pull-request] automated change (#1609) Co-authored-by: allyoucanmap <[email protected]> * #1603: Fix - Download button visibility with url and view only perms (#1606) * [create-pull-request] automated change (#1610) Co-authored-by: allyoucanmap <[email protected]> * Fixes #1612 - Implement Django admin management for MS Search services (#1613) * Implement django admin management search services * Implement django admin management search services * Implement django admin management search services * Implement django admin management search services * Implement django admin management search services * Implement django admin management search services * Fix typo * Improvements to model help texts * fixed cache name and key * Improvements to hel texts --------- Co-authored-by: Giovanni Allegri <[email protected]> Co-authored-by: G. Allegri <[email protected]> --------- Co-authored-by: Suren <[email protected]> Co-authored-by: geosolutions-pr-generator[bot] <87376048+geosolutions-pr-generator[bot]@users.noreply.github.com> Co-authored-by: allyoucanmap <[email protected]> Co-authored-by: mattiagiupponi <[email protected]>
giohappy
pushed a commit
that referenced
this issue
Nov 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue
Add a configurable property to persist/unpersist selection in the Tabs component. This will allow us to not rely on
selectedTabId
to be passed to un-persist selection instead we can use the defaultindex
oridentifier
prop in tandem with not persisting the selectionSpecifications
The text was updated successfully, but these errors were encountered: