-
- Downloads
Fix metabase lib returning the string "null" as the drill through value (#44234)
* Convert drill-through (CLJ) values to JS
* Convert the drill-through `:null` to an actual `null`
Resolves #44232
* Use new function in `filter-drill-details`
* display-info->js should check for nil before seqable?
* fix js object comparison
* Add test for the `drill-value->js` function
* Simplify the test
* Fix the JS object equality in the test
---------
Co-authored-by:
Alexander Solovyov <alexander@solovyov.net>
Showing
- src/metabase/lib/drill_thru/common.cljc 5 additions, 0 deletionssrc/metabase/lib/drill_thru/common.cljc
- src/metabase/lib/drill_thru/quick_filter.cljc 1 addition, 0 deletionssrc/metabase/lib/drill_thru/quick_filter.cljc
- src/metabase/lib/js.cljs 4 additions, 1 deletionsrc/metabase/lib/js.cljs
- test/metabase/lib/drill_thru_test.cljc 7 additions, 0 deletionstest/metabase/lib/drill_thru_test.cljc
- test/metabase/lib/js_test.cljs 12 additions, 0 deletionstest/metabase/lib/js_test.cljs
Please register or sign in to comment