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

--- Comment #60 from Jonathan Druart <jonathan.druart+k...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to