Defect #26364 ยป fixes_export_csv_with_sort.diff
app/views/issues/index.html.erb (working copy) | ||
---|---|---|
30 | 30 |
<h3 class="title"><%= l(:label_export_options, :export_format => 'CSV') %></h3> |
31 | 31 |
<%= form_tag(_project_issues_path(@project, :format => 'csv'), :method => :get, :id => 'csv-export-form') do %> |
32 | 32 |
<%= query_as_hidden_field_tags(@query) %> |
33 |
<%= hidden_field_tag 'sort', @sort_criteria.to_param, :id => nil %> |
|
34 | 33 |
<p> |
35 | 34 |
<label><%= radio_button_tag 'c[]', '', true %> <%= l(:description_selected_columns) %></label><br /> |
36 | 35 |
<label><%= radio_button_tag 'c[]', 'all_inline' %> <%= l(:description_all_columns) %></label> |