[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 12:28:08 CEST 2016


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

Jiri Kozlovsky <mail at jkozlovsky.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |In Discussion

--- Comment #6 from Jiri Kozlovsky <mail at jkozlovsky.cz> ---
(In reply to Jiri Kozlovsky from comment #5)
> (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
> I think we should file a new bug for this in order to preserve single
> responsibility.

After thinking this through, I've came up with the idea, that Koha::Biblio's
single responsibility is to just retrieve biblios from the DB. So the solution
should probably be in the Koha::REST::V1::Biblios, which this patch creates.

After all, even though API is not OPAC & the syspref is described as "Define
custom rules to hide specific items from search and view on the OPAC. How to
write these rules is documented on the Koha wiki.", I agree with the idea it
should be hidden from borrowers, but not from staff. This is why I'm going to
implement showing OpacHiddenItems only to staff.

Changing the status to In Discussion.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list