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
A clear and concise description of what the bug is.
It seems when "Select first filter value by default" is configured for a filter and the dashboard has tabs the dashboard stays in a loading state and filters remain out of scope. Clicking the filters that are out of scope triggers the fetch for the first value and the dashboard can render.
How to reproduce the bug
Import the attached dashboard export (you might have to edit the database to use your examples db instead of the SQLLite one I used).
load the imported "video game sales" dashboard.
You should see the bug that looks like the attached screenshot
click on the "filters out of scope" and the dashboard should load correctly. Refreshing the dashboard (as long as the url contains the native_filters_key query param, also results in the dashboard loading correctly.
Expected results
The dashboard loads correctly when opened from the dashboard list/ home page or a link (that does not contain the native_filters_key query param.
Actual results
The dashboard stays in a loading state until "filters out of scope" is clicked or the dashboard is refreshed
A clear and concise description of what the bug is.
It seems when "Select first filter value by default" is configured for a filter and the dashboard has tabs the dashboard stays in a loading state and filters remain out of scope. Clicking the filters that are out of scope triggers the fetch for the first value and the dashboard can render.
How to reproduce the bug
native_filters_key
query param, also results in the dashboard loading correctly.Expected results
The dashboard loads correctly when opened from the dashboard list/ home page or a link (that does not contain the
native_filters_key
query param.Actual results
The dashboard stays in a loading state until "filters out of scope" is clicked or the dashboard is refreshed
Screenshots
Environment
version
1.5.1
Additional context
Dashboard export:
dashboard_export_20220720T134744.zip
The text was updated successfully, but these errors were encountered: