https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17007
--- Comment #5 from Jiri Kozlovsky <[email protected]> --- (In reply to Magnus Enger from comment #4) > Does this respect records that are hidden in the OPAC? > http://manual.koha-community.org/16.05/en/administration.html#OpacHiddenItems Good catch! It doesn't respect the OpacHiddenItems syspref. The reason is that Koha::Biblio object class doesn't respect it also. It performs a search in DB given only the biblionumber. I think we should file a new bug for this in order to preserve single responsibility. Btw there are some bugs creating new REST API for items, which should respect the OpacHiddenItems, but again, to preserve the single responsibility statement it should be handled from within the middleware - Koha::Items etc. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
