Defect #28482 » 0001-disable-data-disable-with-for-CSV-exports.patch
app/views/issues/index.html.erb | ||
---|---|---|
44 | 44 |
</p> |
45 | 45 |
<% end %> |
46 | 46 |
<p class="buttons"> |
47 |
<%= submit_tag l(:button_export), :name => nil, :onclick => "hideModal(this);" %> |
|
48 |
<%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %> |
|
47 |
<%= submit_tag l(:button_export), :name => nil, :onclick => "hideModal(this);", :data => { :disable_with => false } %>
|
|
48 |
<%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button', :data => { :disable_with => false } %>
|
|
49 | 49 |
</p> |
50 | 50 |
<% end %> |
51 | 51 |
</div> |
app/views/timelog/index.html.erb | ||
---|---|---|
32 | 32 |
<label><%= radio_button_tag 'c[]', 'all_inline' %> <%= l(:description_all_columns) %></label> |
33 | 33 |
</p> |
34 | 34 |
<p class="buttons"> |
35 |
<%= submit_tag l(:button_export), :name => nil, :onclick => "hideModal(this);" %> |
|
36 |
<%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %> |
|
35 |
<%= submit_tag l(:button_export), :name => nil, :onclick => "hideModal(this);", :data => { :disable_with => false } %>
|
|
36 |
<%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button', :data => { :disable_with => false } %>
|
|
37 | 37 |
</p> |
38 | 38 |
<% end %> |
39 | 39 |
</div> |
- « Previous
- 1
- 2
- Next »