https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37762
--- Comment #55 from Pedro Amorim <[email protected]> --- Created attachment 199035 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199035&action=edit Bug 37762: (QA follow-up): Warn and return 500 on schema validation failure in progress_request An exception is not implemented as progress_request is called in different circulation contexts (hold is placed, checkout happens, etc) and those actions should not be dependent on the outcome of progress_request, i.e. if progress_request fails due to schema validation failure, the circulation action should happen as before. prove t/db_dependent/Koha/ILL/ISO18626/Request.t prove t/db_dependent/api/v1/iso18626/request.t cypress run --spec t/cypress/integration/ILL/SupplyingRequests.ts -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
