Skip to content
Snippets Groups Projects
Commit ce14a54e authored by Sebastian Kehr's avatar Sebastian Kehr 🚣🏼
Browse files

refs #11810

* updated vendor deps using  @composer update@ since an existing @composer.lock@ was preventing install of some packages (e.g. @sabre/vobject@)

* created class @finc\Controller\Factory@ extending @vufind\Controller\Factory@ which basically overrides @getGenericController@ to use a dynamically resolved namespace

* modified @finc\module.config.php@ to use @finc\Controller\Factory@ for controller classes previously declared as @invokable@

* removed constructor from @finc\Controller\RecordController@

* added protected method @finc\RecordDriver\SolrDefault::getAuthorRolesArray()@ expected by @finc\RecordDriver\SolrDefaultFincTrait@ since it was removed from @vufind\RecordDriver\SolrDefault@
parent 155bb088
No related merge requests found
Showing
with 1505 additions and 9302 deletions
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