-
Notifications
You must be signed in to change notification settings - Fork 10
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
Batch ingest doesn't take older licenses #1115
Comments
Looks like there is already a test for this: jupiter/test/models/item_test.rb Lines 211 to 223 in fdd3dad
|
And we seed data from this list too Line 139 in fdd3dad
Asked for access to the batch to investigate further. |
It looks like the ingest script only accounts for the one jupiter/lib/tasks/batch_ingest.rake Line 120 in fdd3dad
|
Looks like the work related to this is already merged. Closing (re-open if I'm wrong). |
Describe the bug
Batch ingest failed because it errored out on validating licenses for anything that's not on this list:
https://github.com/ualbertalib/jupiter/blob/master/config/controlled_vocabularies/license.yml
Expected behavior
we should be able to batch ingest with older licenses:
https://github.com/ualbertalib/jupiter/blob/master/config/controlled_vocabularies/old_license.yml
Example batch
#1088
The text was updated successfully, but these errors were encountered: