-
- Downloads
Format Rows toggle also applies to Column Names (#42543)
* Format Rows toggle also applies to Column Names Fixes: #42500 When format-rows is false, we want to also pass that true/false value to the title column formatting. That is, if a column is renamed and formatting is applied, we want to use that column's name. But, if a column is renamed and the user exports unformatted csv or json, the custom column name should NOT be used, as was the behaviour in prior versions. * write a better test explanation
Showing
- src/metabase/query_processor/streaming/common.clj 2 additions, 2 deletionssrc/metabase/query_processor/streaming/common.clj
- src/metabase/query_processor/streaming/csv.clj 1 addition, 1 deletionsrc/metabase/query_processor/streaming/csv.clj
- src/metabase/query_processor/streaming/json.clj 1 addition, 1 deletionsrc/metabase/query_processor/streaming/json.clj
- src/metabase/query_processor/streaming/xlsx.clj 1 addition, 1 deletionsrc/metabase/query_processor/streaming/xlsx.clj
- test/metabase/api/card_test.clj 17 additions, 8 deletionstest/metabase/api/card_test.clj
Loading
Please register or sign in to comment