https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17530
--- Comment #65 from Marcel de Rooy <[email protected]> --- Created attachment 78499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78499&action=edit Bug 17530: (QA follow-up) Fix caching error The fourth patch made this change: - $last_article_requestable_guesses->{$key} = $res; + $cache->set_in_cache(GUESSED_ITEMTYPES_KEY, $res); This removed the category level in the cached hash. Adding it back here. Signed-off-by: Marcel de Rooy <[email protected]> Tested by verifying cached values, running opac-search with anonymous session as well as user context. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
