Skip to content

Commit

Permalink
Merge pull request #85 from UWM-Libraries/bugfix/show-download-for-re…
Browse files Browse the repository at this point in the history
…stricted

Show the download button regardless of restriction
  • Loading branch information
srappel authored Sep 26, 2023
2 parents 86e7d4b + c53bd48 commit c616be7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/models/solr_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ def sidecar

sidecar
end

# Show the download button regardless of restriction
def public?
true
end
end

0 comments on commit c616be7

Please sign in to comment.