diff --git a/app/controllers/hyrax/contact_form_controller.rb b/app/controllers/hyrax/contact_form_controller.rb index 4e098736b..d0bed0992 100644 --- a/app/controllers/hyrax/contact_form_controller.rb +++ b/app/controllers/hyrax/contact_form_controller.rb @@ -11,7 +11,6 @@ class ContactFormController < ApplicationController # OVERRIDE: Hyrax v3.4.0 Add for theming # Adds Hydra behaviors into the application controller include Blacklight::SearchContext - include Blacklight::SearchHelper include Blacklight::AccessControls::Catalog before_action :build_contact_form layout 'homepage' diff --git a/app/controllers/hyrax/homepage_controller.rb b/app/controllers/hyrax/homepage_controller.rb index 67b0690f2..36f1e794f 100644 --- a/app/controllers/hyrax/homepage_controller.rb +++ b/app/controllers/hyrax/homepage_controller.rb @@ -27,7 +27,6 @@ module Hyrax class HomepageController < CatalogController # Adds Hydra behaviors into the application controller include Blacklight::SearchContext - include Blacklight::SearchHelper include Blacklight::AccessControls::Catalog # OVERRIDE: account for Hyku themes diff --git a/app/controllers/hyrax/pages_controller.rb b/app/controllers/hyrax/pages_controller.rb index 0107739fb..2d54917fe 100644 --- a/app/controllers/hyrax/pages_controller.rb +++ b/app/controllers/hyrax/pages_controller.rb @@ -15,7 +15,6 @@ class PagesController < ApplicationController # OVERRIDE: Hyrax v3.4.0 Add for theming # Adds Hydra behaviors into the application controller include Blacklight::SearchContext - include Blacklight::SearchHelper include Blacklight::AccessControls::Catalog # OVERRIDE: Adding inject theme views method for theming diff --git a/app/controllers/search_history_controller.rb b/app/controllers/search_history_controller.rb index a97b2e3ff..eb6c0983a 100644 --- a/app/controllers/search_history_controller.rb +++ b/app/controllers/search_history_controller.rb @@ -3,6 +3,5 @@ class SearchHistoryController < ApplicationController include Blacklight::SearchHistory helper BlacklightAdvancedSearch::RenderConstraintsOverride - helper BlacklightRangeLimit::ViewHelperOverride helper RangeLimitHelper end