Skip to content
Snippets Groups Projects
Commit 84febcdc authored by Dorian Merz's avatar Dorian Merz
Browse files

Merge branch 'instance/fid' into instance/fid_adlr

parents 3aa1636a 0fd0b805
No related merge requests found
......@@ -117,6 +117,10 @@ $config = [
],
],
'hierarchy_treedataformatter' => [
'factories' => [
'finc\Hierarchy\TreeDataFormatter\NoCollections' =>
'Zend\ServiceManager\Factory\InvokableFactory',
],
'aliases' => [
'json' => 'finc\Hierarchy\TreeDataFormatter\NoCollections',
],
......@@ -236,7 +240,8 @@ $config = [
'aliases' => [
'CatUserType' => 'finc\Role\PermissionProvider\CatUserType',
'IpRangeFoFor' => 'finc\Role\PermissionProvider\IpRangeFoFor',
'IpRegExFoFor' => 'finc\Role\PermissionProvider\IpRegExFoFor'
'IpRegExFoFor' => 'finc\Role\PermissionProvider\IpRegExFoFor',
'IpRange' => 'VuFind\Role\PermissionProvider\IpRange',
]
]
],
......
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