Bug 35756: Correctly serialize patron's data in patron search popup/modal
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 10 Jan 2024 08:36:43 +0000 (09:36 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 16 Jan 2024 11:05:58 +0000 (12:05 +0100)
commit6779e64d955f6e90e05eba19fd4d7d3606ae15ec
treeb2aa0731e573b65a7a3e6cad74b7aac6df50a570
parentf0e7260a29ec2768b442490921d74b8ee267f15c
Bug 35756: Correctly serialize patron's data in patron search popup/modal

We are incorrectly using encodeURIComponent in patron-search.inc.
When a new patron is selected, the info message is showing "Patron %s is already in the list"
or "Patron %s added". If the patron has space in their name, they will be substituted with %20.

We are using JSON for select, we can reuse it for add.

Test plan:
Have a patron with spaces in their name
Add users to a fund
Notice that the name is correctly displayed.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc