Skip to content

Commit

Permalink
csv separetor selection fix for redmine 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 28, 2023
1 parent 1a9f690 commit 712f5b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/additionals/_export_options.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
= column.caption

= export_csv_encoding_select_tag
= export_csv_separator_select_tag if Redmine::VERSION.to_s >= '5.1'

- if @issue_count && @issue_count > Setting.issues_export_limit.to_i || \
@query_count && query.export_limit && @query_count > query.export_limit
Expand Down

0 comments on commit 712f5b2

Please sign in to comment.