-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Unable to add works to a collection through Bulkrax #195
Comments
Importing a work with a collection did not add the work to the collection. By moving the Hyrax::BasicMetadata include to the bottom, relationship job now completes normally and makes the appropriate relationships. refs - #195
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 - #195
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 - #195
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 - #195
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 - #195
QA RESULTS: Pass ✅Tested on: Staging
ProcessI created a Collection specifically for this test. The item count is 0. ID: df1e70f0-2eec-4ef3-a5d4-94e39a00ed29 I updated the sample file spreadsheet for the works to reference this Collection's ID, df1e70f0-2eec-4ef3-a5d4-94e39a00ed29, in the parents column. I created a new Bulkrax CSV Importer and uploaded this file. After all the background jobs were finished, I checked the Collection and could see the 4 works attached as expected. |
This is working now |
Story
A user should be able to attach works to collections using Bulkrax imports.
ref: https://assaydepot.slack.com/archives/C031E2NF43T/p1700837113222689
Acceptance Criteria
Testing Instructions
Download the following sample file. You may need to edit it.
Open it and confirm that the environment and tenant you're testing with has a Collection with this id. If not, update the parents column to an ID that exists in your system and save it.
Create a new CSV importer uploading the file from the previous step.
Verify the Collection has the works attached to it.
The text was updated successfully, but these errors were encountered: