Project

General

Profile

Defect #26364 ยป fixes_export_csv_with_sort.diff

Tatsuya Saito, 2017-07-06 00:42

View differences:

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>
    (1-1/1)