[Koha-bugs] [Bug 36196] Handling NULL data in ajax calls for cities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 6 22:20:49 CET 2024


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

Victor Grousset/tuxayo <victor at tuxayo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |victor at tuxayo.net
         QA Contact|testopia at bugs.koha-communit |victor at tuxayo.net
                   |y.org                       |

--- Comment #4 from Victor Grousset/tuxayo <victor at tuxayo.net> ---
This seem to be the proper way to handle null values:
https://stackoverflow.com/questions/48917064/how-do-you-properly-handle-null-values-in-datatables/48920248#48920248
Hopefully that works in our case.

>From reading quickly:
Adding «"defaultContent": ""»
And maybe having to change our "targets" value if for some reason it only work
with '_all' (and that we somehow can get away without [0,1,2,3,4])

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


More information about the Koha-bugs mailing list