https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30718 --- Comment #25 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Owen Leonard from comment #22)
- circulation.pl Template process failed: undef error - The given date (01.06.2022 11:59 PM) does not match the date format (iso) at
The above error occurred when checking out and specifying a date in the past.
I'm still getting this error when manually selecting a due date in the past.
I now notice that the time portion of the datetime is not appearing in the input field. The same is true on the checkin and offline circulation page.
This was hiding something critical, thanks for the catch.
- tools/holidays.pl
There's now a little calendar icon showing above the calendar on this page.
Yes, we don't need it there, fixed.
- Tasks scheduler: "Failed to add Tasks" Fixed (note that time part is mandatory but the UI does not ask for it).
Would it make sense to update the form in this patch set to use a single field with the Flatpickr timepicker enabled?
I would consider that different from what we are doing here. Should be fixed separately in my opinion.
I notice also that paired date fields (start date & end date) now show an extra "X" icon after the second field, e.g. serial claims or catalog statistics.
Fixed. -- You are receiving this mail because: You are watching all bug changes.