[Koha-bugs] [Bug 21301] Restriction of the informations given by GetRecords ILS-DI service

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 2 17:03:06 CEST 2019


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

--- Comment #1 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 93495
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=93495&action=edit
Bug 21301: Remove patron informations in issues for GetRecords ILS-DI service

Actually, the GetRecords service gives many information :
bibliographic data (marcxml field)
item data (items field)
issue data (issues field)

The issue data should not be sent by these service, its a privacy problem.
Biblio title and author are redundant.
This patch changes to use Koha::Checkouts to get issues informations with only
the addition of item barcode.

Test plan :
1) Enable ILS-DI webservice
2) Checkout an item
3) Go to {opac}/cgi-bin/koha/ilsdi.pl?service=GetRecords&id={biblionumber}
4) Check the issues tag content

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


More information about the Koha-bugs mailing list