Koha/koha-tmpl
Thibaud Guillot e0856d0db6
Bug 36196: Handling NULL data on ajax call
Test plan:

1) Update some data in your cities table, sample for one send:
"UPDATE cities SET city_state=NULL WHERE cityid=<id>"
2) Go on "/cgi-bin/koha/admin/cities.pl" and wait a entire life :)
3) Apply this patch
4) Rebuild your po files if needed
5) Reload the same page and now you get normally the datatable

Sponsored by: BibLibre
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2024-07-26 14:50:27 +01:00
..
intranet-tmpl Bug 36196: Handling NULL data on ajax call 2024-07-26 14:50:27 +01:00
opac-tmpl Bug 36566: Correct eslint errors in OPAC enhanced content JS 2024-07-25 11:02:38 +01:00