Skip to content

Commit

Permalink
fix: NOP-70 Update display on Ursus collection-level page: OPAC URL (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kethlinmil authored Jan 16, 2025
1 parent c983ebb commit fb4bbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class CatalogController < ApplicationController
config.add_show_field 'note_tesim', label: 'Note' # Primary / Notes
config.add_show_field 'oai_set_ssim'
config.add_show_field 'oclc_ssi', label: 'OCLC Number' # Secondary / Find This Item
config.add_show_field 'opac_url_ssi', label: 'Opac url' # Secondary / Find This Item
config.add_show_field 'opac_url_ssi', label: 'Opac url', auto_link: true # Secondary / Find This Item
config.add_show_field 'other_versions_tesim', label: 'Other version(s)' # Secondary / Find This Item
config.add_show_field 'page_layout_ssim', label: 'Page layout' # Primary / Physical description
config.add_show_field 'photographer_tesim', label: 'Photographer', link_to_facet: 'photographer_sim' # Primary / Item Overview
Expand Down

0 comments on commit fb4bbe9

Please sign in to comment.