[Koha-bugs] [Bug 33623] getAll not encoding URL params

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 27 08:49:35 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33623

--- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 150281
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150281&action=edit
Bug 33623: Encode URL params for getAll

We must encode properly URL parameters when building the REST API routes

Can be tested easily using
const client = APIClient.erm
client.licenses.getAll({ "me.name:%ff%" })

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list