https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42292
Jan Kissig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #58 from Jan Kissig <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
