[Koha-bugs] [Bug 28660] Self checkout is not automatically logging in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 7 13:06:38 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660

--- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
    || ( C4::Context->preference('AutoSelfCheckID')
    && $q_userid eq C4::Context->preference('AutoSelfCheckID') )

Feels to me that this would need some additional checks?
Like AutoSelfCheckAllowed  enabled?
Are we here in a self checkout context? Elsewhere I see matches for the
template name? Or $query->param('koha_login_context') ne 'sco' ?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list