galterlibrary / digital-repository

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

September 2022 Release Export Bug Fixes #1110

Closed Meowcenary closed 1 year ago

Meowcenary commented 1 year ago

Error : undefined method merge! for nil:NilClass Some example files: qb98mf449, 6t053f96k, gt54kn002, ws859f64s

Error - undefined method include? for nil:NilClass Some example files: p2676v53n, rv042t05q, b8515n36q

The migration is still running so if more errors come up I'll add them here

Meowcenary commented 1 year ago

I'm surprised we aren't skipping pages in the code already, but I'm going to add it

GenericFile.find("p2676v53n").is_a?(Page)
 => true

GenericFile.find("rv042t05q").is_a?(Page)
 => true

GenericFile.find("b8515n36q").is_a?(Page)
 => true