[Koha-bugs] [Bug 17007] REST API: add route to get biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 1 11:45:14 CEST 2016


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

--- Comment #5 from Jiri Kozlovsky <mail at jkozlovsky.cz> ---
(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.


More information about the Koha-bugs mailing list