https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17007
Jiri Kozlovsky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #6 from Jiri Kozlovsky <[email protected]> --- (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. _______________________________________________ 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/
