-
- Downloads
Complete the support for "All Time" in the time-series filter (#22308)
Its corresponding date picker needs to understand the idea that a null filter is really "All Time" (i.e. apply not filter). Because the need to convert from null filter and that null filter does not carry any dimension information, we pass the dimension explicitly as another prop.
Showing
- frontend/src/metabase/modes/components/TimeseriesFilterWidget.jsx 12 additions, 10 deletions.../src/metabase/modes/components/TimeseriesFilterWidget.jsx
- frontend/src/metabase/query_builder/components/filters/pickers/LegacyDatePicker/DatePicker.jsx 25 additions, 11 deletions...omponents/filters/pickers/LegacyDatePicker/DatePicker.jsx
- frontend/test/metabase/scenarios/question/reproductions/22247-timeseries-filter-all-time.cy.spec.js 106 additions, 0 deletions...reproductions/22247-timeseries-filter-all-time.cy.spec.js
Please register or sign in to comment