We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Importer form fields include admin_set_id, but this is not passed along in #permitted_attributes, ignoring the AdminSet chosen in the form and causing a created Work to resort to the default AdminSet: https://github.com/samvera-labs/bulkrax/blob/master/app/factories/bulkrax/object_factory.rb#L226
admin_set_id
#permitted_attributes
Adding admin_set_id to the specified array of values resolves the issue.
The text was updated successfully, but these errors were encountered:
need to see if this is still an issue
Sorry, something went wrong.
No branches or pull requests
The Importer form fields include
admin_set_id
, but this is not passed along in#permitted_attributes
, ignoring the AdminSet chosen in the form and causing a created Work to resort to the default AdminSet:https://github.com/samvera-labs/bulkrax/blob/master/app/factories/bulkrax/object_factory.rb#L226
Adding
admin_set_id
to the specified array of values resolves the issue.The text was updated successfully, but these errors were encountered: