12 Dec
2017
12 Dec
'17
11:15 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19784 --- Comment #9 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 69755 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69755&action=edit Bug 19784: Adapt /v1/patrons to new naming guidelines This patch introduces two functions to the patrons endpoint: - _to_api - _to_model This are in charge of field mappings in order to comply with the guidelines. Koha::REST::V1:Auth is adjusted to handle 'patron_id' as well. To test: - Apply the patches - Run: $ kshell k$ prove t/db_dependent/api/v1/patrons.t => SUCCESS: Tests pass! - Sign off :-D -- You are receiving this mail because: You are watching all bug changes.