[Koha-bugs] [Bug 17530] Don't show 'article request' link when no article requests are permitted

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 7 08:21:08 CEST 2018


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

--- Comment #65 from Marcel de Rooy <m.de.rooy at 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 at 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.


More information about the Koha-bugs mailing list