mirror of
https://github.com/redmine/redmine.git
synced 2026-02-04 05:39:58 +01:00
Merged r18227 from trunk to 4.0-stable (#31511).
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18228 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -88,8 +88,8 @@
|
||||
$(document).ready(function(){
|
||||
$('input#csv-export-button').click(function(){
|
||||
$('form input#encoding').val($('select#encoding option:selected').val());
|
||||
$('form#query_form').attr('action', '<%= report_time_entries_path(:format => 'csv') %>').submit();
|
||||
$('form#query_form').attr('action', '<%= report_time_entries_path %>');
|
||||
$('form#query_form').attr('action', '<%= _report_time_entries_path(@project, nil, :format => 'csv') %>').submit();
|
||||
$('form#query_form').attr('action', '<%= _report_time_entries_path(@project, nil) %>');
|
||||
hideModal(this);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user