-
- Downloads
Fix custom mapping doesn't work on dashboard (#30217)
* revert remove hydrate param values in #22836
* fix tests in ee ns
* fix param field tests
* Add e2e test
* Add e2e tests
* Add e2e tests
* fix failed test and use t2 instead of db
* fix wrong t2 call spec
* fix failing tests
* Merge branch 'master' into ngoc-revert-remove-hydrate-param-values
* Merge branch 'master' into ngoc-revert-remove-hydrate-param-values
* apply Tamas's suggestions and unskip e2e tests
* delete the e2e tests that AlexP previously added in this PR but brought it into a seperated PR"
"
* create Field values if not found
* add a tests for when field values is not existed, we create them
* Merge branch 'master' into ngoc-revert-remove-hydrate-param-values
* Fix the e2e test suite for remapping
* Fix the e2e test suite for remapping
* Fix the e2e test suite for remapping
* Fix the e2e test suite for remapping
* Fix the e2e test suite for remapping
* revert the changes to create full values on demand
* remove unused requires
* Merge branch 'master' into ngoc-revert-remove-hydrate-param-values
* fix tests
* Merge branch 'master' into ngoc-revert-remove-hydrate-param-values
* Merge branch 'master' into ngoc-revert-remove-hydrate-param-values
Co-Authored-By:
Alexander Polyankin <alexander.polyankin@metabase.com>
Showing
- e2e/test/scenarios/dashboard-filters/reproductions/29347-remapped-field-values.cy.spec.js 48 additions, 5 deletions...ters/reproductions/29347-remapped-field-values.cy.spec.js
- enterprise/backend/src/metabase_enterprise/sandbox/models/params/field_values.clj 21 additions, 0 deletions...etabase_enterprise/sandbox/models/params/field_values.clj
- enterprise/backend/test/metabase_enterprise/sandbox/api/dashboard_test.clj 41 additions, 0 deletions...d/test/metabase_enterprise/sandbox/api/dashboard_test.clj
- src/metabase/api/dashboard.clj 1 addition, 1 deletionsrc/metabase/api/dashboard.clj
- src/metabase/api/public.clj 20 additions, 18 deletionssrc/metabase/api/public.clj
- src/metabase/models/params.clj 48 additions, 1 deletionsrc/metabase/models/params.clj
- src/metabase/models/params/field_values.clj 26 additions, 0 deletionssrc/metabase/models/params/field_values.clj
- test/metabase/api/dashboard_test.clj 31 additions, 0 deletionstest/metabase/api/dashboard_test.clj
- test/metabase/api/embed_test.clj 2 additions, 1 deletiontest/metabase/api/embed_test.clj
- test/metabase/api/public_test.clj 69 additions, 1 deletiontest/metabase/api/public_test.clj
Loading
Please register or sign in to comment