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
Use CATALOG_PAGE_PATH when configured to override default catalogue paths #1596
Labels
Comments
dsuren1
added a commit
to dsuren1/geonode-mapstore-client
that referenced
this issue
Oct 26, 2023
allyoucanmap
pushed a commit
that referenced
this issue
Oct 27, 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
Description
Use
CATALOG_PAGE_PATH
when configured to override default catalogue paths in the clientScenario
We have a scenario where
CATALOG_HOME_REDIRECTS_TO
is not set.This means that the subsite can have bot home page and catalogue page.
The catalogue page works as expected and the subsite is mantained.
From the home page, if i click on "Filter" from the subsite page, the page is redirected to the root website page
Example:
Changes required
__GEONODE_CONFIG__
's geoNodeSettings withCATALOG_PAGE_PATH
ResourceGrid
plugin configurations to supportCATALOG_PAGE_PATH
and menu items href to work in conjunction with plugin overridesThe text was updated successfully, but these errors were encountered: