Hyrax 2.5.0
When generating the default admin set in Hyrax 2.5.0, the admin set name throws a translation missing error: translation missing: en.hyrax.collection_type.admin_set_title
Generating a default admin set will not throw any errors, and translate into all hyrax default languages
RAILS_ENV=production rake hyrax:default_admin_set:createOther related missing translation errors fixed in https://github.com/samvera/hyrax/pull/3763
This is related to https://github.com/samvera/hyrax/issues/3136
Could somebody consider documenting the known workaround, here?
Closing this as duplicate of #3136.
The Laevigata fix above is also linked from that ticket.
This is affecting some of my application test in our scholar code
spec/features/hyrax/collection_type_spec.rb
spec/features/hyrax/dashboard/collection_spec.rb
Any work arounds for this in a testing environment?