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

#10197: fix Skipping 'Configure Map' step breaks context configuration #10207

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

mahmoudadel54
Copy link
Collaborator

Description

In this PR: fixing the issue of beak context due to missing map config in case of edit an existing context by skip map configure tab

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

#10197

What is the current behavior?
#10197

What is the new behavior?
Editing an existing context by skip map configure tab is working without break context

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

…xt configuration

- fix the issue of beak context due to missing map config in case of edit an existing context by skip map configure tab
- write a unit test for this change
@mahmoudadel54 mahmoudadel54 added bug investigation Internal BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch labels Apr 15, 2024
@mahmoudadel54 mahmoudadel54 added this to the 2024.01.00 milestone Apr 15, 2024
@mahmoudadel54 mahmoudadel54 self-assigned this Apr 15, 2024
@mahmoudadel54 mahmoudadel54 linked an issue Apr 15, 2024 that may be closed by this pull request
1 task
@tdipisa tdipisa requested review from dsuren1 and removed request for allyoucanmap April 16, 2024 07:33
Copy link
Contributor

@dsuren1 dsuren1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mahmoudadel54 Fix works. However, can you please look into the suggestions below, thanks

web/client/selectors/contextcreator.js Outdated Show resolved Hide resolved
web/client/selectors/contextcreator.js Outdated Show resolved Hide resolved
…xt configuration

Description:
- resolve the review comments
@dsuren1 dsuren1 merged commit 331e9fd into geosolutions-it:master Apr 16, 2024
5 checks passed
@dsuren1
Copy link
Contributor

dsuren1 commented Apr 16, 2024

@ElenaGallo Kindly test it in DEV and let us know if it can be backported. Thanks!

@ElenaGallo
Copy link
Contributor

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

mahmoudadel54 added a commit to mahmoudadel54/MapStore2 that referenced this pull request Apr 16, 2024
…xt configuration (geosolutions-it#10207)

* geosolutions-it#10197: fix Skipping 'Configure Map' step breaks context configuration
- fix the issue of beak context due to missing map config in case of edit an existing context by skip map configure tab
- write a unit test for this change

* geosolutions-it#10197: fix Skipping 'Configure Map' step breaks context configuration
Description:
- resolve the review comments
@mahmoudadel54
Copy link
Collaborator Author

Test passed, @mahmoudadel54 please backport to 2024.01.xx. Thanks
@ElenaGallo
Backport is done --- > #10210

@ElenaGallo ElenaGallo removed the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Apr 16, 2024
tdipisa pushed a commit that referenced this pull request Apr 16, 2024
#10207) (#10210)

* #10197: fix Skipping 'Configure Map' step breaks context configuration
- fix the issue of beak context due to missing map config in case of edit an existing context by skip map configure tab
- write a unit test for this change

* #10197: fix Skipping 'Configure Map' step breaks context configuration
Description:
- resolve the review comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment