Skip to content

Commit

Permalink
blacklight-marc extension name has changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja committed Apr 17, 2023
1 parent b7d83e6 commit 7116b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/solr_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SolrDocument
# The following shows how to setup this blacklight document to display marc documents
extension_parameters[:marc_source_field] = :id
extension_parameters[:marc_format_type] = :marcxml
use_extension(Blacklight::Solr::Document::Marc) do |document|
use_extension(Blacklight::Marc::DocumentExtension) do |document|
document.key?(:id)
end

Expand Down

0 comments on commit 7116b36

Please sign in to comment.