Skip to content

Commit

Permalink
override blacklight thumbnail slot to restore local layout (DLC-1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Jul 26, 2024
1 parent db0b29f commit ffc4f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/dcv/document_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def before_render
# @search_session = helpers.search_session
@search_view ||= "#{controller.default_search_mode}-view"
# part of superclass in BL8
with_thumbnail(linked_thumbnail) unless thumbnail
with_thumbnail(linked_thumbnail)
unless partials?
@view_partials&.each do |view_partial|
with_partial(view_partial) do
Expand Down

0 comments on commit ffc4f55

Please sign in to comment.