-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
PR #10970 breaks the filter box control #11047
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
thanks for reporting. @rusackas @mistercrunch |
I've said it before, and I'll say it again. I really appreciate your thorough bug reports with the repro steps. |
+1 , thanks @codepic ! |
@rusackas thanks for your kind words. I guess it goes with myself receiving so many shrug reports in my life and wasting so much time trying to figure out how to replicate them. Once you've been through enough reports like "it doesn't work", it becomes nearly impossible for one to write them. But for sure I'm also being selfish. I want Superset to work (for me) so my best bet is to make sure you guys see what I see and of course be able to know when it's fixed. Which is semi-impossible if you can't replicate it in the first place. I also know that getting a timely response from you is much more likely when the repro steps are there and a dev don't need to start with figuring out how to replicate the bug. Since I managed to break it, I might aswell save everyone's time by telling how. And boy, can I break things! Looking forward to writing more reports and having received your positive feedback I'm motivated to keep up the quality of them. And thanks! Good job with Superset so far! |
When you pull #10970 and run
docker-compose up --build
and go to Filter Box visualization in the control panel, the filter configuration popup will not open.Expected results
Filter configuration popup to open.
Actual results
Filter configuration popup does not open.
Screenshots
How to reproduce the bug
git reset --hard e4e78b66fa82acbe8e5bc425d697ff11b4a0cc3f
docker-compose up --build
superset_init
to completeEnvironment
(please complete the following information):
e4e78b66fa82acbe8e5bc425d697ff11b4a0cc3f
Python 2.7.17
v12.18.3
6.14.6
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
The filter box plugin works with the previous commit to master 41dfcd4
The text was updated successfully, but these errors were encountered: