[Koha-bugs] [Bug 33608] Allow to get statistics about found/recovered books

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 1 14:01:23 CEST 2023


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com

--- Comment #26 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
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.


More information about the Koha-bugs mailing list