@@ -299,6 +299,7 @@ class CatalogController < ApplicationController
299299    config . add_background_field  'materialspec' ,  field : 'materialspec_tesim' ,  helper_method : :render_html_tags 
300300    config . add_background_field  'fileplan' ,  field : 'fileplan_html_tesim' ,  helper_method : :render_html_tags 
301301    config . add_background_field  'descrules' ,  field : 'descrules_ssm' ,  helper_method : :render_html_tags 
302+     config . add_background_field  'bibref' ,  field : 'bibref_tesm' ,  helper_method : :render_html_tags 
302303
303304    # Collection Show Page - Related Section 
304305    config . add_related_field  'relatedmaterial' ,  field : 'relatedmaterial_html_tesm' ,  helper_method : :render_html_tags 
@@ -365,7 +366,8 @@ class CatalogController < ApplicationController
365366    config . add_component_field  'relatedmaterial' ,  field : 'relatedmaterial_html_tesm' ,  helper_method : :render_html_tags 
366367    config . add_component_field  'separatedmaterial' ,  field : 'separatedmaterial_html_tesm' ,  helper_method : :render_html_tags 
367368    config . add_component_field  'originalsloc' ,  field : 'originalsloc_html_tesm' ,  helper_method : :render_html_tags 
368-   
369+     config . add_component_field  'bibref' ,  field : 'bibref_tesm' ,  helper_method : :render_html_tags 
370+ 
369371    # Component Show Page - Indexed Terms Section 
370372    config . add_component_indexed_terms_field  'access_subjects' ,  field : 'access_subjects_ssim' ,  link_to_facet : true ,  separator_options : { 
371373      words_connector : '<br/>' , 
0 commit comments