[Koha-bugs] [Bug 23912] Get correct authorised values for location and collections facets

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 28 15:59:48 CET 2019


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

--- Comment #4 from Lari Taskula <lari.taskula at hypernova.fi> ---
Created attachment 94813
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94813&action=edit
Bug 23912: Use C4::Context->interface instead of passing $opac

Since most of Koha's codebase using getRecords() is not passing $opac into the
subroutine (the only exception being opac-search.pl and search.pl), remove
parameter $opac from list of subroutine parameters and replace the
functionality
with C4::Context->interface.

To test:
1. See test plan of the previous patch

Sponsored-by: Koha-Suomi Oy

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


More information about the Koha-bugs mailing list