11 Jan
2024
11 Jan
'24
12:02 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35341 --- Comment #25 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Marcel, I think I have fixed the problem you were facing. However I am failing at hiding the error (not a JS Error object, but something appearing in the console) raised by is_valid_date (actually flatpickr.parseDate) when we have "None defined". I have tried to silent it (with an option) but errorHandler in flatpickr is not documented (and I don't find a way to pass it when using parseDate as a static method). The only possible solution I found is to temporary override console.warn, but this sounds terribly wrong. -- You are receiving this mail because: You are watching all bug changes.