https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41259 Bug ID: 41259 Summary: The system preference ILLOpacbackends does not work Initiative type: --- Sponsorship --- status: Product: Koha Version: 25.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ILL Assignee: koha-bugs@lists.koha-community.org Reporter: andreas.jonsson@kreablo.se QA Contact: testopia@bugs.koha-community.org CC: lisette@bywatersolutions.com, pedro.amorim@openfifth.co.uk, tomascohen@gmail.com The subroutine opac_available_backends does not work as expected. Expected behavior: - If user is logged, return list of backends that are 1) installed and 2) listed in ILLOpacbackends Actual behavior: - If user is logged in, - If ILLOpacbackends is empty, returns all backends - If ILLOpacbackends contains several values, return no backend As the Standard backend is always available, it will be enabled by default in OPAC, and needs to be disabled by setting ILLOpacbackends to something that isn't a substring of "Standard". -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.