You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone know the best way to resolve this deprecation warning? I tried including Blacklight::Configurable and Blacklight::SearchContext like the warning described but that did not resolve the issue. I tried to include those in the catalog_controller. Is there another location they should be added? I'm working with blacklight (7.36.2) trying to prepare for 8.0.0.
DEPRECATION WARNING: Blacklight::Base is deprecated and will be removed in Blacklight 8.0.0.
Include Blacklight::Configurable and Blacklight::SearchContext as needed (included in Blacklight::Catalog).
(called from include at /usr/local/bundle/ruby/3.2.0/gems/blacklight 7.36.2/app/controllers/concerns/blacklight/catalog.rb:9)
The text was updated successfully, but these errors were encountered:
I suspect this warning is coming erroneously from Blacklight itself. You can confirm this by ensuring you don't have Blacklight::Base in your local code.
Does anyone know the best way to resolve this deprecation warning? I tried including
Blacklight::Configurable
andBlacklight::SearchContext
like the warning described but that did not resolve the issue. I tried to include those in thecatalog_controller
. Is there another location they should be added? I'm working withblacklight (7.36.2)
trying to prepare for 8.0.0.The text was updated successfully, but these errors were encountered: