Skip to content

Commit

Permalink
Merge pull request #2844 from sul-dlss/deprecated_extensions
Browse files Browse the repository at this point in the history
Remove deprecated blacklight document extensions
  • Loading branch information
corylown authored Feb 7, 2025
2 parents 980a520 + 892ec6b commit 25998c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/models/solr_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25998c4

Please sign in to comment.