-
- Downloads
Some Email/Attachment Improvements and Fixes (#45691)
* fix conditional formatting color lookup with correct col names The column names for color lookup are expected to be the same as the :name key of each column, and applying column formatting broke this lookup. This fixes it. * move overflow-x into pulse body div to exlude card title from scroll * add a test for conditional formatting w/ a hidden row. This still fails at the moment, working on a fix yet. * apply conditional formatting in static viz even when col is hidden Conditional formatting that depends on a hidden column was not being rendered in the static viz, but now we pass all columns into the color selector fn, thus when rendering the table with the ordered/hidden columns, all other columns will still use their appropriate conditional formatting * I missed a linter warning * fix tab rendering * fix test * fix up tests with some better structural searching
Showing
- src/metabase/models/dashboard.clj 3 additions, 2 deletionssrc/metabase/models/dashboard.clj
- src/metabase/pulse.clj 8 additions, 3 deletionssrc/metabase/pulse.clj
- src/metabase/pulse/render.clj 3 additions, 2 deletionssrc/metabase/pulse/render.clj
- src/metabase/pulse/render/body.clj 6 additions, 5 deletionssrc/metabase/pulse/render/body.clj
- src/metabase/pulse/render/table.clj 5 additions, 5 deletionssrc/metabase/pulse/render/table.clj
- test/metabase/dashboard_subscription_test.clj 46 additions, 0 deletionstest/metabase/dashboard_subscription_test.clj
- test/metabase/pulse/render/body_test.clj 77 additions, 0 deletionstest/metabase/pulse/render/body_test.clj
- test/metabase/pulse/render/table_test.clj 2 additions, 1 deletiontest/metabase/pulse/render/table_test.clj
- test/metabase/pulse/render_test.clj 37 additions, 26 deletionstest/metabase/pulse/render_test.clj
Please register or sign in to comment