https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33608
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com --- Comment #26 from Marcel de Rooy <[email protected]> --- Catching a C4::Auth problem on the way: This line in cookie_auth may bite us (and possibly many other callers): C4::Context->interface($session->param('interface')); It overwrites the interface set by get_template_and_user. Here from additem. Here i am on intranet but i logged in via opac | 2023-06-01 11:44:01 | CPL | NULL | item_lost | | 1 | BKS | NULL | NULL | NULL | NULL | opac | Here again on intranet with intranet cookie: | 2023-06-01 11:58:11 | CPL | NULL | item_found | | 1 | BKS | NULL | NULL | NULL | NULL | intranet | Will open another report for this small Auth 'bug'. -- 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/
