summaryrefslogtreecommitdiffstats
path: root/app/views/issues
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-15 18:12:27 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-10-15 18:12:27 +0000
commitf97d23b1b7eda8a3b3ef19cec471805a6d530665 (patch)
tree1770527934eeff2865270ddf87bd864b9751b4bc /app/views/issues
parent91d5465162b077461f4f4f3b75220de8ca0fc319 (diff)
downloadredmine-f97d23b1b7eda8a3b3ef19cec471805a6d530665.tar.gz
redmine-f97d23b1b7eda8a3b3ef19cec471805a6d530665.zip
Isolates csv options for a hash param (#1159).
git-svn-id: http://svn.redmine.org/redmine/trunk@14674 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/index.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb
index f08f76d65..de87c5ee2 100644
--- a/app/views/issues/index.html.erb
+++ b/app/views/issues/index.html.erb
@@ -79,11 +79,11 @@
<h3 class="title"><%= l(:label_export_options, :export_format => 'CSV') %></h3>
<%= form_tag(params.merge({:format => 'csv',:page=>nil}), :method => :get, :id => 'csv-export-form') do %>
<p>
- <label><%= radio_button_tag 'columns', '', true %> <%= l(:description_selected_columns) %></label><br />
- <label><%= radio_button_tag 'columns', 'all' %> <%= l(:description_all_columns) %></label>
+ <label><%= radio_button_tag 'csv[columns]', '', true %> <%= l(:description_selected_columns) %></label><br />
+ <label><%= radio_button_tag 'csv[columns]', 'all' %> <%= l(:description_all_columns) %></label>
</p>
<p>
- <label><%= check_box_tag 'description', '1', @query.has_column?(:description) %> <%= l(:field_description) %></label>
+ <label><%= check_box_tag 'csv[description]', '1', @query.has_column?(:description) %> <%= l(:field_description) %></label>
</p>
<% if @issue_count > Setting.issues_export_limit.to_i %>
<p class="icon icon-warning">