csv separetor selection fix for redmine 5.1

This commit is contained in:
Alexander Meindl 2023-11-28 10:23:00 +01:00
parent 1a9f6903a7
commit 712f5b28a4

View File

@ -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