[Koha-bugs] [Bug 20630] An attempt at multitenancy with Mojolicious

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 30 16:14:11 CET 2019


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

--- Comment #6 from Josef Moravec <josef.moravec at gmail.com> ---
Comment on attachment 74671
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74671
Bug 20630: An attempt at multitenancy with Mojolicious

Review of attachment 74671:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20630&attachment=74671)
-----------------------------------------------------------------

::: Koha/App/Koha.pm
@@ +73,5 @@
> +    my $caches = $Koha::Caches::singleton_caches;
> +    if ($caches) {
> +        foreach my $key (keys %$caches) {
> +            my $cache = $caches->{$key};
> +            if (ref $cache->{cache} eq 'Cache::Memory') {

This should not be needed, as of Cache::Memory was removed by bug 21955

--- Comment #7 from Josef Moravec <josef.moravec at gmail.com> ---
Comment on attachment 74671
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74671
Bug 20630: An attempt at multitenancy with Mojolicious

Review of attachment 74671:
 --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=20630&attachment=74671)
-----------------------------------------------------------------

::: Koha/App/Koha.pm
@@ +73,5 @@
> +    my $caches = $Koha::Caches::singleton_caches;
> +    if ($caches) {
> +        foreach my $key (keys %$caches) {
> +            my $cache = $caches->{$key};
> +            if (ref $cache->{cache} eq 'Cache::Memory') {

This should not be needed, as of Cache::Memory was removed by bug 21955

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list