https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42790 --- Comment #14 from Paul Derscheid <paul.derscheid@lmscloud.de> --- QA note: the new modal JS talks to the API with plain fetch, consistent with the existing booking modals (cancel_booking_modal.js and friends). Moving the bookings UI onto the APIClient/HttpClient infrastructure is deliberately not done here: bug 41129 introduces the booking-related API clients (and the HttpClient error-detail handling the extend modal would need), so unification will be a follow-up bug on top of that once bug 43108 is in. It can also pick up reflecting lead/trail periods in the extend picker's blocked ranges, which needs the circulation-rules client from the same series. -- You are receiving this mail because: You are watching all bug changes.