Koha/koha-tmpl/intranet-tmpl/prog/en
Jonathan Druart 6779e64d95
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>
2024-01-16 12:05:58 +01:00
..
data Bug 34658: Update to 007 value builder to reflect changes brought by Update 33 (Nov. 2021) 2023-10-09 11:41:37 -03:00
includes Bug 35756: Correctly serialize patron's data in patron search popup/modal 2024-01-16 12:05:58 +01:00
modules Bug 35475: Improve concatenated string and fix error in JS file 2024-01-16 12:05:58 +01:00
xslt Bug 35567: Prevent translation of Host-item in "Show analytics" link 2024-01-11 15:44:43 +01:00