sciencehistory / scihist_digicoll

Science History Institute Digital Collections
Other
13 stars 0 forks source link

Allow references to the work being searched in `app/views/scihist_image_viewer/_scihist_viewer_search_area.html.erb` #2722

Closed eddierubeiz closed 2 months ago

eddierubeiz commented 3 months ago

Background: app/components/work_image_show_component.html.erb calls app/views/scihist_image_viewer/_scihist_viewer_modal.html.erb which in turn calls app/views/scihist_image_viewer/_scihist_viewer_search_area.html.erb

Problem: In #2715, we are going to need a reference to the work in _scihist_viewer_search_area.html.erb, but _scihist_viewer_modal.html.erb is not passing it in as an argument.