2 Jun
2026
2 Jun
'26
11:26 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42663 --- Comment #14 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to David Cook from comment #13)
But now that I think about it - why use an environmental variable at all? It can just exist within a variable in Koha::Context. You can just my $instance at the file level in Koha::Context and it's all good.
Nope, Julian found a bug on bug 41972. We don't want it to persist between 2 requests. We can store it in the L1 cache, but this trick felt more Mojo-oriented and more inline with our "ultimate" goal. -- You are receiving this mail because: You are watching all bug changes.