From fd8a9630b0d4a6ee668747f62d700da479a5e8ff Mon Sep 17 00:00:00 2001 From: DeonFranklin Date: Thu, 13 Jul 2023 16:56:02 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=81=20Add=20facets=20for=20the=20facet?= =?UTF-8?q?able=20properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit will add the desired facets in accordance with allinson flex metadata profile Ref: #425 --- app/controllers/catalog_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/catalog_controller.rb b/app/controllers/catalog_controller.rb index 7994c8aa..5162f736 100644 --- a/app/controllers/catalog_controller.rb +++ b/app/controllers/catalog_controller.rb @@ -4,6 +4,7 @@ class CatalogController < ApplicationController include Hydra::Catalog include Hydra::Controller::ControllerBehavior include BlacklightOaiProvider::Controller + include AllinsonFlex::DynamicCatalogBehavior # These before_action filters apply the hydra access controls before_action :enforce_show_permissions, only: :show