https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34051
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152457|0 |1 is obsolete| | --- Comment #5 from David Nind <[email protected]> --- Created attachment 152464 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=152464&action=edit Bug 34051: Cache empty hashref for non-existent authorised values When fetching authorised value descriptions, we need to handle scenarios where a value doesn't exist in the cache and doesn't exist in the database. In this situation, we return an empty hashref, and this patch makes us cache this empty hashref. This is important because otherwise the function Koha::AuthorisedValues->get_description_by_koha_field will do a database call every time it encounters the same value that doesn't exist in the authorised values table. Signed-off-by: David Nind <[email protected]> -- 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/
