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

--- Comment #2 from Tomás Cohen Arazi <tomasco...@gmail.com> ---

I expect to see something like:

    my $items = $biblio
                  ->items
                  ->filter_by_visible_in_opac({ patron => $patron });

in the controller.

I see why it is written like this (buildKohaItemsNamespace makes a new query on
items filtering the hidden ones out). Should we (temporarily) add an extra
parameters $only_this_items and pass this calculated value instead?

-- 
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