scientist-softserv / adventist_knapsack

Apache License 2.0
2 stars 0 forks source link

:bug: Collections: Edit/Show gives error #762

Open ShanaLMoore opened 3 weeks ago

ShanaLMoore commented 3 weeks ago

Summary

We receive a "something went wrong" error when visiting a collection show and/or edit page, in staging.

Acceptance Criteria

Screenshots or Video

Image

Image

Testing Instructions

On staging, find and click through a few collections; the older the better.

An admin user should be able to click on the public show page without error. And admin should be able to click to edit the collection, without error.

Notes

ShanaLMoore commented 3 weeks ago

The issue seen in the error messages was resolved with this commit. There was a problem with load order.

However, now there are errors coming from the views.

*** NoMethodError Exception: undefined method `[]' for nil:NilClass

nil

from hyrax-webapp/app/views/dashboard/collections/_form_branding.html.erb line 202

and ... Image

ShanaLMoore commented 2 weeks ago

QA RESULTS: ✅ PASS

TESTED ON STAGING

SHOW

I was able to visit the show page that was previously reported to error. there may be an issue with thumbnails but that can be treated as a separate issue.

Image

EDIT

I was able to visit the previously reported edit page without error.

Image