https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19605
--- Comment #42 from Pedro Amorim <[email protected]> --- Created attachment 165201 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165201&action=edit Bug 19605: (QA follow-up): available_backends fix reduce available_backends was only considering dir backends for reduce, it should consider all backends, including plugin backends. This relates to the ILLOpacbackends syspref, where if you add a backend name that happens to be a plugin, it was not disabling it for the OPAC. This change considers all backends for Illopacbackends, regardless of if its a plugin or a directory backend. This was made evident while writing tests for bug 36197. Regression tests for this particular use case, and others, are part of bug 36197. -- 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/
