[Koha-bugs] [Bug 29322] Date validation can be sketchy on the API

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 18 11:12:58 CET 2021


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

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Note that:

        "suspended_until": null
=> 
"message": "Expected string - got null.",


        "suspended_until": ""
=>
"message": "Does not match date-time format.",

Shouldn't we allow null here? (not directly related however).

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


More information about the Koha-bugs mailing list