-
Notifications
You must be signed in to change notification settings - Fork 413
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
Incorrect connection of the parent table with the map and another widget #9739
Comments
there is problem with the introduction of traces and propagation of dependencies, I've spotted a problem here in particular the fetch of table deps from a trace https://github.com/geosolutions-it/MapStore2/blob/master/web/client/selectors/widgets.js#L113 i suppose it is enough to properly fix this selector, but i had no time to check it. |
This is a regression imho since it seems affecting also QA. @MV88 @ElenaGallo please confirm. |
yeah, it has been introduced with multivariable charts work |
ok, anyway there it fails because it does not find the editing layer in the charts, dues to the introduction of traces. |
InvestigationThe regression was introduced in Removing the condition of Investigation was made against the current stable Although as @MV88 higlighted, there is some problem in the selector in DEV |
@dsuren1 should we review pts assigned to this issue ? |
Yes @tdipisa, maybe a point more should help us better identify the cause for intial change and find a common ground to fix both issues without breaking new changes. Furthermore the investigation took some time in tracing and finding the root cause. |
…with the map and another widget
Description
As reported in the User Guide here, if the widget has been created on the same dataset (layer) of the Parent Table then two filters will be applied in AND to the widget itself: the spatial filter of the Map widget and the attribute filter defined in the Parent Table.
At this moment this type of connection is not correct. The chart widget is connected to the map but not to the Parent Table.
How to reproduce
STATE_NAME
quick filterExpected Result
interaction_ok.mp4
Current Result
interaction_no.mp4
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
The text was updated successfully, but these errors were encountered: