-
- Downloads
fix: param-fields when native model is aggregated (#45068)
* fix: param-fields when native model is aggregated Fixes #42829 The param-field lookup required result_metadata to match filterable-columns in order to find parameter targets. This adds a fallback where if the param field is missing from result_metadata, then we look at filterable-columns. * Unskip test
Showing
- e2e/test/scenarios/filters-reproductions/dashboard-filters-reproductions.cy.spec.js 2 additions, 2 deletions...-reproductions/dashboard-filters-reproductions.cy.spec.js
- src/metabase/api/dashboard.clj 1 addition, 8 deletionssrc/metabase/api/dashboard.clj
- src/metabase/models/params.clj 27 additions, 8 deletionssrc/metabase/models/params.clj
- test/metabase/models/params_test.clj 16 additions, 0 deletionstest/metabase/models/params_test.clj
Loading