https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35604
--- Comment #119 from Pedro Amorim <[email protected]> --- (In reply to Katrin Fischer from comment #116) > 3) System preference > > - Availability checking is mentioned the first time in the pref description, > but not in other places. > - type is given as ILLBackends in kohastructure.sql, but as ill-backends in > the yaml. > > If I understand correctly the preference won't work with only Standard. You > need at least 2 backends installed and you need the availability check > plugin/capability implemented in backend for these, is that correct? Thank you so much for looking Katrin. The pref will work with at least 1 installed backend, and the backend must provide the provides_backend_availability_check capability and implement the availability_check_info method, that's correct. Examples can be found here: https://github.com/PTFS-Europe/koha-ill-libkey-lending-tool/blob/main/Koha/Plugin/Com/PTFSEurope/IncDocs.pm#L142 https://github.com/PTFS-Europe/koha-ill-reprintsdesk/blob/pluginify%2B%2B/Koha/Plugin/Com/PTFSEurope/ReprintsDesk.pm#L225 If only one supporting backend is installed, and the syspref is enabled with that single backend, the automatic backend screen will first check that backend, recommend it if the document being queried is available in it, or default to Standard otherwise, effectivelly making the choice for the Staff member of which backend should be used a particular ILL request. -- 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/
