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

--- Comment #55 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
Created attachment 200564
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=200564&action=edit
Bug 42503: (follow-up) Remove unnecessary api_query_fixer indirection

Call Koha::Biblios->api_query_fixer directly from the controller
with the correct context ('biblio'), matching the pattern used in
Koha::REST::V1::Acquisitions::Orders.

The HoldsQueueItems::api_query_fixer method was a pointless wrapper
that ignored its $context parameter and hardcoded 'biblio' internally.

-- 
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/

Reply via email to