There was an error fetching the commit references. Please try again later.
Added support for returning status texts from ILS request check methods (#989)
* Added support for returning status codes from checkRequestIsValid / checkStorageRetrievalRequestIsValid / checkILLRequestIsValid instead of just a boolean, with the old boolean style still supported. - Made Demo driver always return the new-style array and occasionally return different messages for request validation failures. - Removed the now-unused blocked* actions.
Showing
- module/VuFind/src/VuFind/Controller/AjaxController.php 22 additions, 6 deletionsmodule/VuFind/src/VuFind/Controller/AjaxController.php
- module/VuFind/src/VuFind/Controller/HoldsTrait.php 6 additions, 13 deletionsmodule/VuFind/src/VuFind/Controller/HoldsTrait.php
- module/VuFind/src/VuFind/Controller/ILLRequestsTrait.php 6 additions, 13 deletionsmodule/VuFind/src/VuFind/Controller/ILLRequestsTrait.php
- module/VuFind/src/VuFind/Controller/StorageRetrievalRequestsTrait.php 7 additions, 14 deletions...d/src/VuFind/Controller/StorageRetrievalRequestsTrait.php
- module/VuFind/src/VuFind/ILS/Driver/Demo.php 39 additions, 8 deletionsmodule/VuFind/src/VuFind/ILS/Driver/Demo.php
- module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php 9 additions, 3 deletionsmodule/VuFind/src/VuFind/ILS/Driver/MultiBackend.php
- module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php 4 additions, 2 deletionsmodule/VuFind/src/VuFind/ILS/Logic/TitleHolds.php
- module/VuFind/src/VuFind/Route/RouteGenerator.php 2 additions, 4 deletionsmodule/VuFind/src/VuFind/Route/RouteGenerator.php
Please register or sign in to comment