https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28002 --- Comment #5 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 119397 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119397&action=edit Bug 28002: Add extended_attributes support to POST /patrons This patch adds support for the 'extended_attributes' parameter in the route for adding a patron. It relies on Koha::Patron->extended_attributes for the tests. Exceptions are catch and the whole operation is rolled back. I chose to handle each exception on its own if branch, with bug 28020 in mind. To test: 1. Apply this patchset 2. Run: $ kshell k$ prove t/db_dependent/api/v1/patrons.t => SUCCES: Tests pass! 3. Check they cover all the exception situations! => SUCCESS: They do! 4. Sign off :-D Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.