[Koha-bugs] [Bug 33974] Add ability to search biblios endpoint using ISBN

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 16 17:56:07 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33974

--- Comment #4 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 152435
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152435&action=edit
Bug 33974: (follow-up) Adapt the orders endpoint

In order to reduce the technical debt carried on the orders controller,
and to highlight the decisions made on the prior patch, I adapted the
list() orders controller using the new tools in town.

The result is this endpoint can now embed bibio, without needing to have
a custom piece of code.

To test:
1. Apply this patch
2. Run:
   $ ktd --shell
  k$ prove t/db_dependent/api/v1/*.t
=> SUCCESS: Tests pass :-D

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list