Skip to content

Commit

Permalink
Deactivate organizations public page export link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Senen committed Jan 23, 2018
1 parent 06859f8 commit 51b3b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/organizations/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
class: "select-sm" %>
</div>
<div class="small-12 medium-3 columns export no-padding">
<%= export_link(current_url(format: :csv)) %>
<%#= export_link(current_url(format: :csv)) %>
</div>
</div>
<div class="small-12 columns mb20">
Expand Down
2 changes: 2 additions & 0 deletions spec/features/organizations_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,8 @@

describe 'CSV export link' do

before { skip "Temporarily deactivated" }

scenario 'Should download a CSV file UTF-8 encoded', :search do
event = create(:event, published_at: Time.zone.yesterday)
Event.reindex
Expand Down

0 comments on commit 51b3b94

Please sign in to comment.