From 6a7f2536b5562128f00ce0513d00350137986ad5 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 21 Oct 2023 06:19:13 +0000 Subject: Add field separator option to CSV export dialog (#37621). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Karel Pičman. git-svn-id: https://svn.redmine.org/redmine/trunk@22359 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/reports/_details.html.erb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/reports') diff --git a/app/views/reports/_details.html.erb b/app/views/reports/_details.html.erb index 0bfb0f8f2..ab660bc16 100644 --- a/app/views/reports/_details.html.erb +++ b/app/views/reports/_details.html.erb @@ -32,6 +32,7 @@

<%= l(:label_export_options, :export_format => 'CSV') %>

<%= form_tag(project_issues_report_details_path(@project, :detail => params[:detail], :format => 'csv'), :method => :get, :id => 'csv-export-form') do %> <%= export_csv_encoding_select_tag %> + <%= export_csv_separator_select_tag %>

<%= submit_tag l(:button_export), :name => nil, :onclick => 'hideModal(this);', :data => {:disable_with => false} %> <%= link_to_function l(:button_cancel), 'hideModal(this);' %> -- cgit v1.2.3