app/helpers/blacklight/url_helper_behavior.rb in blacklight-7.22.2 vs app/helpers/blacklight/url_helper_behavior.rb in blacklight-7.23.0
- old
+ new
@@ -165,10 +165,12 @@
link_to label, link_url, opts
end
# Search History and Saved Searches display
def link_to_previous_search(params)
- link_to(render_search_to_s(params), search_action_path(params))
+ Deprecation.silence(Blacklight::SearchHistoryConstraintsHelperBehavior) do
+ link_to(render_search_to_s(params), search_action_path(params))
+ end
end
# Get url parameters to a search within a grouped result set
#
# @deprecated