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