Skip to content

Allow Component Overrides

Compare
Choose a tag to compare
@adjam adjam released this 26 Jul 19:10
52bf7a0

Blacklight 7.25.1 enables overriding components by supplying your own copy of the template, without having to subclass the original Blacklight::Component. However, this feature only searches for template files in the Rails application, not in any other gems your rails application may be using. This enables use of this feature within the engine by providing a rake task (trln_argon:copy_viewcomponent_templates and some features when running under development to copy such templates from the engine's directories into the Rails application directory (see config/initializes/view_component_templates.rb)

Adds processing to the default search builders that removes convenience values (e.g. last_week) from Solr queries.

Provides fixes for TD-1214, TD-1215, and TD-1216 but only in the facets, and not in the constraints header.