scientist-softserv / atla-hyku

Other
0 stars 0 forks source link

🐛 Fix Bulkrax Collection Relationships job #199

Closed laritakr closed 7 months ago

laritakr commented 7 months ago

Story

Importing a work with a collection did not add the work to the collection. By moving the Hyrax::BasicMetadata include below the property definition, the relationship job now completes normally and makes the appropriate relationships.

refs

Expected Behavior Before Changes

Works were not added to collections via a bulkrax import.

Expected Behavior After Changes

Adding a collection ID to the parents column will create the work's relationship to the appropriate collection.

Screenshots / Video

![Screenshot 2023-11-27 at 4 21 48 PM](https://github.com/scientist-softserv/atla-hyku/assets/17851674/7fa71141-451d-42c1-82e5-bc28efe245d1)

Notes