Skip to content

Commit

Permalink
Merge pull request #3348 from projectblacklight/form-exhibit-id
Browse files Browse the repository at this point in the history
add exhibit path to form
  • Loading branch information
taylor-steve authored Dec 12, 2024
2 parents 698ac4f + c1d5114 commit 9c802ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/spotlight/page_configurations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def as_json(*)
'autocomplete-exhibit-pages-path': page_autocomplete_endpoint,
'autocomplete-exhibit-browse-groups-path': browse_groups_autocomplete_endpoint,
'autocomplete-exhibit-searches-path': search_autocomplete_endpoint,
'preview-url': page_preview_url
'preview-url': page_preview_url,
'exhibit-path': spotlight.exhibit_path(current_exhibit)
}.merge(downstream_parameters)
end

Expand Down

0 comments on commit 9c802ce

Please sign in to comment.