scientist-softserv / iiif_print

A gem for Hyrax/Samvera for displaying PDF pages in a IIIF Compliant viewer
Apache License 2.0
4 stars 1 forks source link

🐛 Fixing bug in how we find a derived file #262

Closed jeremyf closed 1 year ago

jeremyf commented 1 year ago

Prior to this commit, the requesting the thumbnail for the file basename "1234.ARCHIVAL.pdf" would result in a basename of "1234.ARCHIVAL.pdf.thumbnail.jpeg".

With this commit, we now return the basename of "1234.ARCHIVAL.thumbnail.jpeg".

Related to: