summaryrefslogtreecommitdiffstats
path: root/app/views/timelog
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-05-01 03:42:44 +0000
committerGo MAEDA <maeda@farend.jp>2018-05-01 03:42:44 +0000
commitb618a04bb29fec53841467bae3a446f528a7afe3 (patch)
tree466882b5d4081db36d3ce26065abc1315b6ad204 /app/views/timelog
parent353c6571ddd49e247d285a0ce47499d35eaae916 (diff)
downloadredmine-b618a04bb29fec53841467bae3a446f528a7afe3.tar.gz
redmine-b618a04bb29fec53841467bae3a446f528a7afe3.zip
Disable ":disable_with" for CSV exports (#28482).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17321 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/timelog')
-rw-r--r--app/views/timelog/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/timelog/index.html.erb b/app/views/timelog/index.html.erb
index f777dac30..65ca4855d 100644
--- a/app/views/timelog/index.html.erb
+++ b/app/views/timelog/index.html.erb
@@ -32,8 +32,8 @@
<label><%= radio_button_tag 'c[]', 'all_inline' %> <%= l(:description_all_columns) %></label>
</p>
<p class="buttons">
- <%= submit_tag l(:button_export), :name => nil, :onclick => "hideModal(this);" %>
- <%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %>
+ <%= submit_tag l(:button_export), :name => nil, :onclick => "hideModal(this);", :data => { :disable_with => false } %>
+ <%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button', :data => { :disable_with => false } %>
</p>
<% end %>
</div>