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.
Background:
app/components/work_image_show_component.html.erb
callsapp/views/scihist_image_viewer/_scihist_viewer_modal.html.erb
which in turn callsapp/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.