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
Editing logos for a branded collection raises exception ArgumentError in Hyrax::Dashboard::CollectionsController#update
ArgumentError in Hyrax::Dashboard::CollectionsController#update
Branding should be able to be updated without errors.
When editing a collections that has a logo and add a second logo, saving should add the second logo.
When editing a collections that has a logo and add a second logo, saving raises an exception.
Create a collection with a logo.
This will raise the exception seen in the Actual behavior section.
Issue #5470
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Descriptive summary
Editing logos for a branded collection raises exception
ArgumentError in Hyrax::Dashboard::CollectionsController#update
Rationale
Branding should be able to be updated without errors.
Expected behavior
When editing a collections that has a logo and add a second logo, saving should add the second logo.
Actual behavior
When editing a collections that has a logo and add a second logo, saving raises an exception.
Steps to reproduce the behavior
Prerequisite
Create a collection with a logo.
To reproduce:
This will raise the exception seen in the Actual behavior section.
Related work
Issue #5470
The text was updated successfully, but these errors were encountered: