-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
Carry over dashboard filters to explore: empty fields transferred #3616
Comments
I cannot seem to reproduce this. I am applying one of each time filter, hitting 'Apply' and then 'explore'. Can you confirm that this is still an issue/send a screenshot? |
@Mogball No, actually, the time filters are now (0.20.4) carried over nicely, including time column and time grain. So there are no empty filters entries created any more. However, any column filters that have been previously applied and then cleared again still leave empty fields whern carried over to Explore. |
* Added altered tag to explore slice view and fixes apache#3616 * unit tests * Moved getDiffs logic into AlteredSliceTag
* Added altered tag to explore slice view and fixes #3616 * unit tests * Moved getDiffs logic into AlteredSliceTag * code style fixs
* Added altered tag to explore slice view and fixes apache#3616 * unit tests * Moved getDiffs logic into AlteredSliceTag * code style fixs
* Added altered tag to explore slice view and fixes apache#3616 * unit tests * Moved getDiffs logic into AlteredSliceTag * code style fixs
Make sure these boxes are checked before submitting your issue - thank you!
Superset version
0.20.3
This issue is addressing the changes introduced by #3461
Expected results
Only currently active dashboard filters are transferred to the explore view and added to the already existing filters of the corresponding slice.
Actual results
Dashboard filters that were previously applied and then dropped again leave empty entries in the URL parameters which are then carried over to the explore view of the slice. This results in filter entries with empty arguments.
Furthermore, any time filters set on the dashboard result in entries in the filter list in explore view with empty column selection.
However, I guess due to #3610, I cannot currently reproduce this behavior. Nevertheless, I wanted you to be aware that this may also happen.
Steps to reproduce
Apply time filters on a dashboard; apply and then drop and other filter and afterwards click Explore chart on any slice.
The text was updated successfully, but these errors were encountered: