]> source.dussan.org Git - redmine.git/commit
Add field separator option to CSV export dialog (#37621).
authorGo MAEDA <maeda@farend.jp>
Sat, 21 Oct 2023 06:19:13 +0000 (06:19 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 21 Oct 2023 06:19:13 +0000 (06:19 +0000)
commit6a7f2536b5562128f00ce0513d00350137986ad5
tree2c6d91f22aecead424bf711e898644582209545e
parenta69b43d5803f578a5dc8d6eda2dfd27f99d9863e
Add field separator option to CSV export dialog (#37621).

Patch by Karel Pičman.

git-svn-id: https://svn.redmine.org/redmine/trunk@22359 e93f8b46-1217-0410-a6f0-8f06a7374b81
12 files changed:
app/helpers/application_helper.rb
app/helpers/queries_helper.rb
app/views/issues/index.html.erb
app/views/projects/_list.html.erb
app/views/reports/_details.html.erb
app/views/roles/permissions.html.erb
app/views/timelog/index.html.erb
app/views/timelog/report.html.erb
app/views/users/index.html.erb
lib/redmine/export/csv.rb
test/helpers/application_helper_test.rb
test/unit/lib/redmine/export/csv_test.rb