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

Authorities: Validation for 856$u and $z #1493

Closed jenniferward closed 7 months ago

jenniferward commented 8 months ago

In the authorities, if the field 856 is used at all, both the $u and the note should be filled out.

Institutions: $u and $z: A validation needs to be in place for $u but no $z, and for $z but no $u https://muscat-test.rism.info/admin/institutions/51007768

Secondary literature: $u and $z. There is a validation for if people forget a $z, but there needs to be a validation if people forget a $u. https://muscat-test.rism.info/admin/publications/50007630

People: A validation needs to be in place for $u but no $y, and for $y but no $u. But note!! $y is wrong: see https://github.com/rism-digital/muscat/issues/1081. So if that is fixed first, then the same validation from Institutions can be used.