30 Jan
2026
30 Jan
'26
5:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39916 --- Comment #39 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- I think this has do to with how Flatpickr navigates to a new month: it("should handle date range validation correctly", () => { setupModalForDateTesting(); // Test valid date range const startDate = dayjs().add(2, "day"); const endDate = dayjs().add(5, "day"); Its failing today, January 30, when we add 2 days because that crosses into February. -- You are receiving this mail because: You are watching all bug changes.