28 Oct
2024
28 Oct
'24
1:32 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31224 --- Comment #51 from Jonathan Druart <jonathan.druart@gmail.com> --- Shouldn't we filter by default? 166 if ( $params->{embed_items} ) { 167 push @filters, 'EmbedItems'; 168 if ( $params->{interface} && $params->{interface} eq 'opac' ) { 169 $options->{items} = $self->items->filter_by_visible_in_opac( If we don't pass 'opac' we do not filter. If we forget it then it's not filtered either. -- You are receiving this mail because: You are watching all bug changes.