-
- Downloads
fix dashboard subscription default value for non-field filters (#17967)
When loading dashboard filters, the default value is in `:default` not in `:value`. In the field filter code path, the default is copied to `:value`. Fix the issue by calling the same code for non-field filters too. Fixes #15705
Showing
- frontend/test/metabase/scenarios/sharing/subscriptions.cy.spec.js 3 additions, 2 deletions.../test/metabase/scenarios/sharing/subscriptions.cy.spec.js
- src/metabase/driver/common/parameters/values.clj 1 addition, 1 deletionsrc/metabase/driver/common/parameters/values.clj
- test/metabase/api/public_test.clj 3 additions, 4 deletionstest/metabase/api/public_test.clj
Please register or sign in to comment