7 Sep
2018
7 Sep
'18
8:21 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17530 --- Comment #65 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- 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 <m.de.rooy@rijksmuseum.nl> 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.