[Koha-bugs] [Bug 35744] Implement +strings for GET /patrons/:patron_id

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 9 15:08:55 CET 2024


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

--- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 160696
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=160696&action=edit
Bug 35744: Implement +strings for GET /patrons/:patron_id

In order to retrieve the library's name and patron category's description
alongwith other patron's info.

Test plan:
Run the following command before and after this patch:
% curl -u koha:koha --request GET 'http://localhost:8081/api/v1/patrons/42'
--header "Content-Type: application/json" --header "x-koha-embed: +strings" |
jq

Notice that you now have _strings which contains the library's name and
patron category's description

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


More information about the Koha-bugs mailing list