21 May
2026
21 May
'26
2:28 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42663 --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Tomás Cohen Arazi (tcohen) from comment #4)
(In reply to Jonathan Druart from comment #0)
Discussion from bug 41892 suggested that the new module Koha::Context should have an Object-oriented interface.
What you've written is mostly what I had in mind.
1) Does this:
```perl $Koha::Middleware::Context::psgi_env->{'koha.context'}; ```
live for a request lifecycle? Is that how it works?
Yes, it's reset in the middleware: 62 local $psgi_env = $env; -- You are receiving this mail because: You are watching all bug changes.