rism-digital / muscat

🗂️ A Rails application for the inventory of handwritten and printed music scores
http://muscat-project.org
34 stars 16 forks source link

Institution#to_external crashes when there is no siglum #1668

Closed HirschSt closed 4 days ago

HirschSt commented 1 week ago

Export crashes with to_external for institutions if there is no lib_siglum, see https://github.com/rism-digital/muscat/blob/2781b460815fb9fb1d4f50fc0d5d13023acac4dd/lib/marc_institution.rb#L83

Probably this can be fixed after checking for get_siglum != nil

Any thoughts?