https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17268
--- Comment #80 from Tomás Cohen Arazi <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
