https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39600
--- Comment #29 from Tomás Cohen Arazi (tcohen) <[email protected]> --- A few QA remarks. 1) It is great that you add a staff side endpoint for patron ILL requests 2) The OPAC should be using endpoints in the /public namespace (i.e. /public/patrons/:patron_id/ill/requests) 3) The /public namespace automatically stashes `is_public` (see V1/Auth.pm). That's why I noticed the problem with your patchset, as you manually stashed things. 4) You are using plain datatables. We use our wrapper instead. That's what should be used. If you cannot fix this, I'll give it a try. -- 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/
