galterlibrary / digital-repository

DigitalHub - Institutional Repository for Galter Health Sciences
https://digitalhub.northwestern.edu/
5 stars 1 forks source link

[#1110] September 2022 Release Bug Fixes #1111

Closed Meowcenary closed 1 year ago

Meowcenary commented 1 year ago

Modify export script to skip pages entirely to clear up the error log and save time. Modify Invenio record converter creatibutor json creation to use with_indifferent_access for adding orcid identifiers. closes #1110

Meowcenary commented 1 year ago

Decided to move the check for if the GenericFile is a Page object to the export script itself since the unexportable? method on GenericFile needs to know what collections the GenericFile belongs to which occurs during all the other expensive metadata building work.