-
Notifications
You must be signed in to change notification settings - Fork 124
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
Create new sub-collection leads to NoMethodError in Hyrax::Dashboard::NestCollectionsController#create_collection_under #5492
Comments
Related issue #5449. Perhaps duplicate but appears to be getting NoMethodError for #create_collection_under instead of #find. |
This error is still occurring on nurax-pg: Steps to reproduce the behavior
|
@jlhardes i'm confused if this is an issue with i don't think any of the this was coming up to the top of my ToDo list, but i'm concerned about taking that work on if the controller is broken against the ActiveFedora branch. |
This was from testing nurax-pg so it is valkyrie-specific. I just tested again and the error is still occurring on nurax-pg. Does that help? |
The fix hasn't been merged and deployed to nurax-pg yet. I can tag you for retesting once it is deployed. |
I think this sub-collection issue is fixed. It works for me testing locally on koppie the same as you reported. The All Collections tab on nurax-pg is not working when logged in as an admin user. Testing locally on koppie as an admin user, the All Collections tab is working so it might be something specific to indexing on nurax-pg? |
Thanks @jlhardes I was wondering if it was a nurax-pg specific error since it seemed to reference a specific Collection Type id being missing. I'll go ahead and close this one. |
Descriptive summary
Clicking "Create new collection as subcollection" gives rise to error page of "NoMethodError in Hyrax::Dashboard::NestCollectionsController#create_collection_under".
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: