[Koha-bugs] [Bug 32734] REST API: Add a list endpoint for Biblios

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 13 19:10:01 CET 2023


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

--- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 148136
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148136&action=edit
Bug 32734: (QA follow-up) Remove stray method

On bug 33083 we introduce a better way to implement a reusable method
for the same functionality.

This patch just removes the one in `Koha::Biblios` and the result should
be the same as the one inherited from  `Koha::Objects::Record::Collections`
will be picked instead.

To test:
1. Run:
   $ prove t/db_dependent/Koha/Biblios.t \
           t/db_dependent/api/v1/biblios.t
=> SUCCESS: Tests pass!
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests pass!

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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


More information about the Koha-bugs mailing list