-
Notifications
You must be signed in to change notification settings - Fork 409
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
Fix #9147 Issue in chart creation from feature grid. #9214
Conversation
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.
when you apply a spatial filter like a rectangle to the attribute table
then you go and create a chart then you want to additionally filter,
the previous spatial filter is present in the UI only and not drawn in the map
if this requires a new issue, please open it, and then i think we can merge this
@ElenaGallo please test this on dev and let me know when I can backport to 2023.01.xx, thanks |
Test passed, @allyoucanmap please backport to the stable branch. Thanks |
Description
This PR fixes the initialization of charts from the feature grid. The feature grids widget button was not creating an array of charts.
This PR should solve also #9202
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?
#9147
#9202
What is the new behavior?
Restored the creation of chart widgets from the feature grid
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information