https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42663
--- Comment #5 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ 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/
