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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 2 09:01:54 CEST 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #150281|0                           |1
        is obsolete|                            |
 Attachment #150362|0                           |1
        is obsolete|                            |

--- Comment #6 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Created attachment 150498
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=150498&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%" })

Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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


More information about the Koha-bugs mailing list