summaryrefslogtreecommitdiffstats
path: root/app/views/reports
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-10-21 06:19:13 +0000
committerGo MAEDA <maeda@farend.jp>2023-10-21 06:19:13 +0000
commit6a7f2536b5562128f00ce0513d00350137986ad5 (patch)
tree2c6d91f22aecead424bf711e898644582209545e /app/views/reports
parenta69b43d5803f578a5dc8d6eda2dfd27f99d9863e (diff)
downloadredmine-6a7f2536b5562128f00ce0513d00350137986ad5.tar.gz
redmine-6a7f2536b5562128f00ce0513d00350137986ad5.zip
Add field separator option to CSV export dialog (#37621).
Patch by Karel Pičman. git-svn-id: https://svn.redmine.org/redmine/trunk@22359 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/reports')
-rw-r--r--app/views/reports/_details.html.erb1
1 files changed, 1 insertions, 0 deletions
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 @@
<h3 class="title"><%= l(:label_export_options, :export_format => 'CSV') %></h3>
<%= 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 %>
<p class="buttons">
<%= submit_tag l(:button_export), :name => nil, :onclick => 'hideModal(this);', :data => {:disable_with => false} %>
<%= link_to_function l(:button_cancel), 'hideModal(this);' %>