From a562fb04b23939b0181be9a64f85bc9c9ef025ab Mon Sep 17 00:00:00 2001
From: Dorian Merz <merz@ub.uni-leipzig.de>
Date: Fri, 29 Jan 2021 15:57:32 +0100
Subject: [PATCH] refs #18951 [fid_bbi] activate BOSS feature and fix module's
 Resolver config

* now uses fid instance of Ezb
---
 module/fid_bbi/config/module.config.php | 5 -----
 themes/fid_bbi/theme.config.php         | 1 +
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/module/fid_bbi/config/module.config.php b/module/fid_bbi/config/module.config.php
index d944d7f812a..a2145954e9d 100644
--- a/module/fid_bbi/config/module.config.php
+++ b/module/fid_bbi/config/module.config.php
@@ -104,11 +104,6 @@ $config = [
                     'fid_bbi\Db\Row\Tags' => BaseTagsRow::class,
                     'fid_bbi\Db\Row\ResourceTags' => 'VuFind\Db\Row\ResourceTags'
                 ]
-            ],
-            'resolver_driver' => [
-                'aliases' => [
-                    'ezb' => 'finc\Resolver\Driver\Ezb'
-                ]
             ]
         ],
         'recorddriver_tabs'            => [
diff --git a/themes/fid_bbi/theme.config.php b/themes/fid_bbi/theme.config.php
index c16b0eef8ec..225f8a9c664 100644
--- a/themes/fid_bbi/theme.config.php
+++ b/themes/fid_bbi/theme.config.php
@@ -9,6 +9,7 @@ return [
     ],
     'mixins' => [
         'worldcat',
+        'boss'
     ],
     'helpers' => array(
         'aliases' => [
-- 
GitLab