Skip to content
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

#10351: A saved map returns to the default state when the translation is changed #10405

Merged
merged 4 commits into from
Jun 11, 2024

Conversation

mahmoudadel54
Copy link
Contributor

Description

In this PR, this issue of reset map state in case of change locale [language] is resolved. It was reset map action happening due to location change due to change locale action. I added an epic to resolve this issue by checking if user open any other page rather than map viewer --> map state will be clear, else don't clear the map state.

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Issue

#10351

What is the current behavior?
#10351

What is the new behavior?
When the user changes the language of map viewer, bbox and other buttons like save/delete map will be remain as they are.

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

…the translation is changed

Description:
- fix issue of reset the map state in change locale
- write unit tests
…the translation is changed

Description:
- revert the prev change code
- handle fixing the issue by remove the key into Localized
…the translation is changed

Description:
- add a helpful comment in StandardRouter file
…the translation is changed

Description:
- change locale key prop from 'reloadOnLocaleChage' to 'localeKey' to be more meaningful
@allyoucanmap allyoucanmap added the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Jun 11, 2024
@allyoucanmap allyoucanmap merged commit efd006f into geosolutions-it:master Jun 11, 2024
6 checks passed
@allyoucanmap
Copy link
Contributor

@ElenaGallo please test this fix on dev and let us know when we can backport to 2024.01.xx, thanks

@ElenaGallo
Copy link
Contributor

Test passed, @mahmoudadel54 please backport to 2024.01.xx, thanks

@mahmoudadel54
Copy link
Contributor Author

Test passed, @mahmoudadel54 please backport to 2024.01.xx, thanks

@ElenaGallo
Backport is done --> #10421

@tdipisa tdipisa removed the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Jun 12, 2024
tdipisa pushed a commit that referenced this pull request Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A saved map returns to the default state when the translation is changed
4 participants