https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42292 Jan Kissig <bibliothek@th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #58 from Jan Kissig <bibliothek@th-wildau.de> --- (In reply to Pedro Amorim (ammopt) from comment #56)
Hi guys, it appears OverDrivePasswordRequired is no longer honored on the OPAC OverDrive search page.
To reproduce: 1) Set sysprefs: OPACOverDrive, OverDriveCirculation, OverDrivePasswordRequired = Enable/Yes; OverDriveClientKey, OverDriveClientSecret, OverDriveLibraryID = any non-empty value (e.g. 123). 2) Go to <opac_url>/cgi-bin/koha/opac-user.pl, click "Log in to your OverDrive account" - password modal appears (correct). 3) Go to <opac_url>/cgi-bin/koha/opac-overdrive-search.pl?q=music, click the same link, it fails with "No password provided" instead, no modal.
Is this expected?
Thanks Pedro for spotting this. opac-overdrive-search.tt did not have the template param OverDriveCirculation which I used to check. Fixed it by checking Koha.Preference('OverDriveCirculation') now. -- You are receiving this mail because: You are watching all bug changes.