Skip to content
Snippets Groups Projects
Commit a562fb04 authored by Dorian Merz's avatar Dorian Merz Committed by Robert Lange
Browse files

refs #18951 [fid_bbi] activate BOSS feature and fix module's Resolver config

* now uses fid instance of Ezb
parent 4784faa6
No related merge requests found
......@@ -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' => [
......
......@@ -9,6 +9,7 @@ return [
],
'mixins' => [
'worldcat',
'boss'
],
'helpers' => array(
'aliases' => [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment