https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36483 --- Comment #8 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #7)
Created attachment 164294 [details] [review] [review] Bug 36483: Patrons.pm use case
This case brought my attention as there was a different 'user' parameter being passed. It turns out we already thought about this, and `objects.to_api` is of course always passing it :-D
Do we have a test for this? I don't find it.
I've been thinking about those two cases. It is trivially correct that the 'user' parameter is passed (universally) by $c->objects->to_api. But I don't fully understand the semantics here. It would mean the API user could add/modify a patron, but then only get (say) the library_id in the response for adding/modifying. Am I right, Martin? -- You are receiving this mail because: You are watching all bug changes.