From a62f15f324793ea5238ad4fb5ccee57d6598af14 Mon Sep 17 00:00:00 2001 From: kethlinmil Date: Wed, 4 Sep 2024 12:38:17 +0200 Subject: [PATCH] fix: APPS-2605 Remove Date.normalized from display --- app/controllers/catalog_controller.rb | 1 - spec/controllers/catalog_controller_spec.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/app/controllers/catalog_controller.rb b/app/controllers/catalog_controller.rb index eb1a49eb..96282904 100644 --- a/app/controllers/catalog_controller.rb +++ b/app/controllers/catalog_controller.rb @@ -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 diff --git a/spec/controllers/catalog_controller_spec.rb b/spec/controllers/catalog_controller_spec.rb index 51cd946e..b0d059bc 100644 --- a/spec/controllers/catalog_controller_spec.rb +++ b/spec/controllers/catalog_controller_spec.rb @@ -130,7 +130,6 @@ "member_of_collections_ssim", "musician_tesim", "named_subject_tesim", - "normalized_date_sim", "note_tesim", "oai_set_ssim", "oclc_ssi",