[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
Thu Nov 5 11:20:12 CET 2020


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

Fridolin SOMERS <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #95158|0                           |1
        is obsolete|                            |

--- Comment #24 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Created attachment 113061
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113061&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

Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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


More information about the Koha-bugs mailing list