psu-libraries / scholarsphere-3

A web application for ingest, curation, search, and display of digital assets. Powered by Hydra technologies (Rails, Hydra-head, Blacklight, Solr, Fedora Commons, etc.)
Apache License 2.0
78 stars 24 forks source link

Download zip links are displaying for large collections #1613

Open awead opened 5 years ago

awead commented 5 years ago

For large collections and works, zip download links are available when they should not be. The issue is that the presenter has zip_download_path.present? which is returning true even for a pre-zipped resource when it should be checking to see if the path actually exists.

awead commented 5 years ago

Looks like this was just a config issue. The production application.yml was point to qa zip directory, which did in fact have zips. I've updated the config file in prod and now the links are no longer visible.