Skip to content
Snippets Groups Projects
Commit 823dd300 authored by Kapil Patel's avatar Kapil Patel
Browse files

fixed default CRC 1280 collecton that did not appear in ad to collecton dropdown.

parent 4cdcaf8a
No related branches found
No related tags found
3 merge requests!115Tombstone not available for dataset,!77Bump ruby v2.7.7,!45Fixed default CRC 1280 collection that did not appear in add to collection dropdown.
Pipeline #4866 failed
......@@ -15,6 +15,7 @@ namespace :rdms do
admin_user = User.find_by(email: 'admin@hyrax')
collection.apply_depositor_metadata(admin_user.user_key)
collection.save
Hyrax::Collections::PermissionsCreateService.create_default(collection: collection, creating_user: admin_user, grants: [])
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment