Fix the dashboard save, legend dependency and maximize issue#11715
Merged
allyoucanmap merged 6 commits intogeosolutions-it:masterfrom Dec 4, 2025
Merged
Conversation
3 tasks
d70911e to
671d2bd
Compare
f3a48b7 to
719c3f4
Compare
| }), | ||
| withStateHandlers( | ||
| ({ pathname }) => ({ | ||
| active: isNaN(pathname?.substr(-1)) |
Contributor
There was a problem hiding this comment.
@subashtiwari1010 Why we are using here the pathname?
Contributor
Author
There was a problem hiding this comment.
@allyoucanmap This is used to display the modal to configure the View settings for the initial load.
12 tasks
allyoucanmap
approved these changes
Dec 4, 2025
Contributor
|
@ElenaGallo please test this fix on dev, thanks |
dsuren1
added a commit
that referenced
this pull request
Dec 4, 2025
…request * commit 'a0da62e93ec7c7f9049c3343e410d4bea1db33c1': Update User Guide - Itinerary plugin (#11768) Fix the dashboard save, legend dependency and maximize issue (#11715) Update User Guide - Isochrone plugin (#11769) #11525 - Improve Maps in Dashboards (#11625) Update User Guide - Cascading search filter (#11766) Update User Guide - Show the current time and Null values options on Chart Widget (#11764) Fix #11754 - Moved assemply to bin-war module (#11761) Update User Guide - 3D Tiles imagery layers (#11758) Update User Guide - Update Tags menu section (#11756) Fix #11748 Access Restrictions for Maps Created from Unadvertised Contexts (#11752)
mahesh-wor
pushed a commit
to mahesh-wor/MapStore2
that referenced
this pull request
Dec 17, 2025
…tions-it#11715) --------- Co-authored-by: allyoucanmap <stefano.bovio@geosolutionsgroup.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes the dependency issue for the legend widget after the map is added in the tabbed view dashboard. It fixes the issue of maximizing the widget. It also updates the functionality for the tabbed dashboard save.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
The legend widget is not available in the Add widget modal due to the dependency issue in the tabbed view dashboard. The maximizing widget function does not display any widgets. The dashboard save check also does not work when new view is added to the dashboard.
#11527
What is the new behavior?
The legend widget is now accessible in the Add widget modal also the widget maximize functionality works tab wise separately. It also properly updates the condition to display the pending changes when the changes have been made in the layouts of the tabbed dashboard.
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information