Merge pull request #9185 from jibees/9184-remove-json-download-option-from-reports

Reports: Remove JSON as a download option
This commit is contained in:
Rachel Arnould
2022-05-18 10:11:33 +02:00
committed by GitHub

View File

@@ -30,7 +30,7 @@
.omega.fourteen.columns
= select_tag :report_format, grouped_options_for_select({ |
t('.formatted_data') => { t('.on_screen') => '', "PDF" => 'pdf', t('.spreadsheet') => 'xlsx' }, |
t('.raw_data') => { "CSV" => 'csv', "JSON" => 'json'}, |
t('.raw_data') => { "CSV" => 'csv' }, |
})