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

:bug: Improve error handling due to missing parent_work_identifier_property_name value #289

Open laritakr opened 11 months ago

laritakr commented 11 months ago

Story

The derivative rodeo service defines a class attribute: class_attribute :parent_work_identifier_property_name, default: 'aark_id'

This attribute is not required, and absence of the metadata causes an error TypeError: no implicit conversion of nil into String in IiifPrint::Jobs::ChildWorksFromPdfJob

Acceptance Criteria

Screenshots / Video

Testing Instructions and Sample Files

-

Notes

laritakr commented 11 months ago

@jeremyf is there any way to QA this or should it be closed as done?