27 Mar
2020
27 Mar
'20
12:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268 --- Comment #80 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Jonathan Druart from comment #76)
(In reply to Tomás Cohen Arazi from comment #74)
The fact it relies on the API should be a good thing for everyone, no one wants to add new CGI controller scripts that can only be tested with selenium :-D
The problem is having all the logic in Koha::REST, how do you do if you want to reuse this code outside of a REST API call?
Well, we try not to do that. In this case there's really no business logic besides permission checking, which we traditionally do in the controllers. -- You are receiving this mail because: You are watching all bug changes.