From 892ec6b1f79509618029321ba834f9832483028c Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Thu, 6 Feb 2025 10:43:39 -0600 Subject: [PATCH] Remove deprecated blacklight document extensions --- app/models/solr_document.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/models/solr_document.rb b/app/models/solr_document.rb index 2fe2da017..056d39d7a 100644 --- a/app/models/solr_document.rb +++ b/app/models/solr_document.rb @@ -19,12 +19,6 @@ class SolrDocument # self.unique_key = 'id' - # Email uses the semantic field mappings below to generate the body of an email. - SolrDocument.use_extension(Blacklight::Document::Email) - - # SMS uses the semantic field mappings below to generate the body of an SMS email. - SolrDocument.use_extension(Blacklight::Document::Sms) - # DublinCore uses the semantic field mappings below to assemble an OAI-compliant Dublin Core document # Semantic mappings of solr stored fields. Fields may be multi or # single valued. See Blacklight::Solr::Document::ExtendableClassMethods#field_semantics