Skip to content

Commit

Permalink
fix a typo in the public IFP facet configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Jun 27, 2024
1 parent a7c55f0 commit b3b85f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dcv/configurators/ifp_blacklight_configurator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def self.configure(config)
# :show may be set to false if you don't want the facet to be drawn in the
# facet bar

config.add_facet_field 'contributor_sim', **default_facet_config(label: 'Office')
config.add_facet_field 'contributor_ssim', **default_facet_config(label: 'Office')
config.add_facet_field 'dc_type_sim', **default_facet_config(label: 'Resource Type', helper_method: :pcdm_file_genre_display)

default_faceting_configuration(config)
Expand Down

0 comments on commit b3b85f3

Please sign in to comment.