Skip to content

Commit

Permalink
fix: APPS-2605 Remove Date.normalized from display (#1157)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Wallace <andrewwallace@library.ucla.edu>
  • Loading branch information
2 people authored and pghorpade committed Sep 23, 2024
1 parent 33cedaf commit 057633f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ class CatalogController < ApplicationController
config.add_show_field 'member_of_collections_ssim', label: 'Collection', link_to_facet: 'member_of_collections_ssim' # Primary / Item Overview
config.add_show_field 'musician_tesim', label: 'Musician', link_to_facet: 'musician_sim' # Primary / Physical description
config.add_show_field 'named_subject_tesim', label: 'Named subject', link_to_facet: 'named_subject_sim' # Primary / Physical description
config.add_show_field 'normalized_date_sim', label: 'Date' # Primary / Item Overview
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
Expand Down
1 change: 0 additions & 1 deletion spec/controllers/catalog_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
"member_of_collections_ssim",
"musician_tesim",
"named_subject_tesim",
"normalized_date_sim",
"note_tesim",
"oai_set_ssim",
"oclc_ssi",
Expand Down

0 comments on commit 057633f

Please sign in to comment.