app/presenters/hyrax/file_set_presenter.rb in hyrax-2.7.2 vs app/presenters/hyrax/file_set_presenter.rb in hyrax-2.8.0

- old
+ new

@@ -28,10 +28,15 @@ delegate :title, :label, :description, :creator, :contributor, :subject, :publisher, :language, :date_uploaded, :embargo_release_date, :lease_expiration_date, :depositor, :keyword, :title_or_label, :keyword, :date_created, :date_modified, :itemtype, + :original_file_id, to: :solr_document + + def alpha_channels + [] + end def single_use_links @single_use_links ||= SingleUseLink.where(itemId: id).map { |link| link_presenter_class.new(link) } end