29 Jun
2022
29 Jun
'22
11:58 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29523 --- Comment #60 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- QA comments: 1. Koha::Object::_get_objects_class added but no tests, and I don't see where it's used from. 2. + return $self->{_restricted_branchcodes} if exists($self->{_restricted_branchcodes}); Didn't we decide already that this was a wrong way to cache things? You cannot invalidate the "cache". Not considering blocker but worth raising it once again. 3. If I read the history correctly it seems that we don't longer need Koha::Objects->search_limited -- You are receiving this mail because: You are watching all bug changes.