You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's unclear why, but for some reason only the block that handles the notes field checks if the record is published in ArchivesSpace. Only the notes field is ignored if it isn't. There is a similar issue noted in ASpace development with published/unpublished records in the PUI, but in this case the issue is with our plugin and how it's interacting with the record when we pull it into the repository back and front end.
The text was updated successfully, but these errors were encountered:
The issue appears to be in the repository_model.rb file. Functions handle_notes and handle_extents_notes. The field is ignored unless publish = true. The record must be published or the field is ignored when it is requested. Will modify and test.
It's unclear why, but for some reason only the block that handles the notes field checks if the record is published in ArchivesSpace. Only the notes field is ignored if it isn't. There is a similar issue noted in ASpace development with published/unpublished records in the PUI, but in this case the issue is with our plugin and how it's interacting with the record when we pull it into the repository back and front end.
The text was updated successfully, but these errors were encountered: