Skip to content

Commit

Permalink
fix: replace ssm to ssim (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
pghorpade authored May 19, 2023
1 parent aa061b1 commit 2ab0580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/solr_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def opac_url
end

def oai_set
self[:oai_set_ssm]
self[:oai_set_ssim]
end

def page_layout
Expand Down
2 changes: 1 addition & 1 deletion app/models/ucla_metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module UclaMetadata
end

property :oai_set, predicate: ::RDF::URI.intern('http://bibfra.me/vocab/lite/memberOf') do |index|
index.as :displayable
index.as :symbol
end

# Item Overview
Expand Down

0 comments on commit 2ab0580

Please sign in to comment.