-
Notifications
You must be signed in to change notification settings - Fork 398
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
#10622: Fix Not possible to remove widget from Map - JavaScript error #10623
Conversation
…cript error Description: - fix the issue of not remove widget from map in case of existing other widgets has dependenciesMap prop = empty object - add unit test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ElenaGallo pls test it in DEV |
Test passed, @mahmoudadel54 please backport to 2024.02.xx. Thanks |
@mahmoudadel54 the PR need to be also backported to c027-2024-10-24 branch. Thank you. |
…cript error (geosolutions-it#10623) Description: - fix the issue of not remove widget from map in case of existing other widgets has dependenciesMap prop = empty object - add unit test
…cript error (geosolutions-it#10623) Description: - fix the issue of not remove widget from map in case of existing other widgets has dependenciesMap prop = empty object - add unit test
Backport is done ---> #10629 |
Backport is done ---> #10630 |
…cript error (geosolutions-it#10623) Description: - fix the issue of not remove widget from map in case of existing other widgets has dependenciesMap prop = empty object - add unit test
Description
This PR fixes the issue of not remove widget from map in case of existing other widgets has dependenciesMap prop = empty object.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
#10622
What is the current behavior?
#10622
What is the new behavior?
The delete confirmation dialog window closes and the widget is removed from the map normally.
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information