Created services for hold/title-hold logic.
Simplified some method signatures thanks to the new dependency injection approach. Decoupled ILS\Logic classes from Config\Reader.
Showing
- module/VuFind/config/module.config.php 21 additions, 1 deletionmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Controller/AjaxController.php 3 additions, 4 deletionsmodule/VuFind/src/VuFind/Controller/AjaxController.php
- module/VuFind/src/VuFind/ILS/Logic/Holds.php 6 additions, 5 deletionsmodule/VuFind/src/VuFind/ILS/Logic/Holds.php
- module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php 6 additions, 5 deletionsmodule/VuFind/src/VuFind/ILS/Logic/TitleHolds.php
- module/VuFind/src/VuFind/RecordDriver/SolrDefault.php 1 addition, 3 deletionsmodule/VuFind/src/VuFind/RecordDriver/SolrDefault.php
- module/VuFind/src/VuFind/RecordDriver/SolrMarc.php 57 additions, 25 deletionsmodule/VuFind/src/VuFind/RecordDriver/SolrMarc.php
- module/VuFind/src/VuFind/RecordDriver/WorldCat.php 1 addition, 3 deletionsmodule/VuFind/src/VuFind/RecordDriver/WorldCat.php
- themes/blueprint/templates/RecordTab/holdingsils.phtml 2 additions, 2 deletionsthemes/blueprint/templates/RecordTab/holdingsils.phtml
- themes/jquerymobile/templates/RecordTab/holdingsils.phtml 2 additions, 2 deletionsthemes/jquerymobile/templates/RecordTab/holdingsils.phtml
- themes/root/templates/Email/record-sms.phtml 1 addition, 1 deletionthemes/root/templates/Email/record-sms.phtml
Please register or sign in to comment