Ayoub Belemlih
Ayoub Belemlih
@jlhardes I was not able to reproduce the issue, could you please add more details to this ticket? Specifically, what screen sizes had this issue? Thanks!
❌. @jlhardes This ticket did not pass QA. I created a Monograph, and added an image file, and was unable to see the image as a thumbnail of the monograph...
@eporter23 @rjkati the underlying problem is in this method in `app/controllers/concerns/hyrax/works_controller_behavior.rb`: ```ruby def permissions_changed? @saved_permissions != case curation_concern when ActiveFedora::Base curation_concern.permissions.map(&:to_hash) else Hyrax::AccessControl.for(resource: curation_concern).permissions end end ``` when using Valkyrie,...
@eporter23 @rjkati I also added this PR: https://github.com/samvera/hyrax/pull/6800