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

Fix #9147 Issue in chart creation from feature grid. #9214

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

allyoucanmap
Copy link
Contributor

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)

  • Bugfix

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)

  • No

Other useful information

@allyoucanmap allyoucanmap added bug BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch Regression labels Jun 9, 2023
@allyoucanmap allyoucanmap added this to the 2023.01.02 milestone Jun 9, 2023
@allyoucanmap allyoucanmap self-assigned this Jun 9, 2023
@allyoucanmap allyoucanmap linked an issue Jun 9, 2023 that may be closed by this pull request
1 task
@allyoucanmap allyoucanmap modified the milestones: 2023.01.02, #9202 Jun 9, 2023
@allyoucanmap allyoucanmap linked an issue Jun 9, 2023 that may be closed by this pull request
1 task
@allyoucanmap allyoucanmap modified the milestones: #9202, 2023.01.02 Jun 9, 2023
@tdipisa tdipisa requested a review from MV88 June 9, 2023 12:32
Copy link
Contributor

@MV88 MV88 left a 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

web/client/epics/widgetsbuilder.js Show resolved Hide resolved
@allyoucanmap allyoucanmap requested a review from MV88 June 9, 2023 13:24
@allyoucanmap allyoucanmap merged commit 4364b7a into geosolutions-it:master Jun 9, 2023
@allyoucanmap
Copy link
Contributor Author

@ElenaGallo please test this on dev and let me know when I can backport to 2023.01.xx, thanks

@ElenaGallo
Copy link
Contributor

Test passed, @allyoucanmap please backport to the stable branch. Thanks

allyoucanmap added a commit to allyoucanmap/MapStore2 that referenced this pull request Jun 9, 2023
@tdipisa tdipisa removed the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Jun 12, 2023
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.

There is an issue with chart creation from attribute table Issue in chart creation from feature grid.
4 participants