MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

Invalid job for record #447

Closed antmoth closed 4 years ago

antmoth commented 4 years ago

Trying to load a Record with an invalid Job ID into the datatable, such as on the 'Test Transformation' page, caused the UI to break and not allow any records to be seen.

I implemented two solutions: (1) a 'MissingJob' object (2) only loading records with valid job_ids for the datatable

Resolves #426