https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29802 --- Comment #9 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 131971 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131971&action=edit Bug 29802: add 'me' to filter_by_visible_in_opac query This patch prefixes all of the fields in OpacHiddenItems with "me." before searching. Unit tests added to cover this case1 To test: 1 - Create a public list 2 - Set OpacHiddenItems to: biblionumber: [1] 3 - Attempt to view list in OPAC 4 - Booom 5 - Aply patch 6 - Reload list 7 - Success Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.