23 Apr
2025
23 Apr
'25
3:34 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39600 --- Comment #29 from Tomás Cohen Arazi (tcohen) <tomascohen@gmail.com> --- 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.