You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to map dashboard filters to specific tabs, so that they don't appear when viewing tabs they are not mapped to (they are considered out of scope).
When hitting CLEAR ALL, required filters out of scope are also getting cleared, preventing the user from applying a new filter selection.
How to reproduce the bug
Create a chart, and save to a dashboard.
Create a second chart and save it to the same dashboard
Edit the dashboard, and add two tabs to it.
Add one chart to each tab.
Create two dashboard filters, make them required and map one for each tab.
When viewing a particular tab, click on CLEAR ALL.
Apply a new value for the only required filter for this tab.
Expected results
The user is able to apply the new filter combination, given there's only one required filter for this tab.
Required highlights should be removed for out of scope filters
Actual results
The user is blocked from applying a new filter combination, unless all required filters (from all tabs) are re-filled.
Screenshots
Environment
(please complete the following information):
browser type and version:
superset version: master
python version: python --version
node.js version: node -v
any feature flags active:
Checklist
Make sure to follow these steps before submitting your issue - thank you!
I have checked the superset logs for python stacktraces and included it here as text if there are any.
I have reproduced the issue with at least the latest released version of superset.
I have checked the issue tracker for the same issue and I haven't found one similar.
The text was updated successfully, but these errors were encountered:
It's possible to map dashboard filters to specific tabs, so that they don't appear when viewing tabs they are not mapped to (they are considered out of scope).
When hitting CLEAR ALL, required filters out of scope are also getting cleared, preventing the user from applying a new filter selection.
How to reproduce the bug
Expected results
The user is able to apply the new filter combination, given there's only one required filter for this tab.
Required highlights should be removed for out of scope filters
Actual results
The user is blocked from applying a new filter combination, unless all required filters (from all tabs) are re-filled.
Screenshots
Environment
(please complete the following information):
master
python --version
node -v
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: