https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41129
--- Comment #38 from Paul Derscheid <[email protected]> --- Created attachment 196457 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196457&action=edit Bug 41129: (follow-up) Fix incorrect and redundant documentation - Fix module doc: interval tree uses AVL balancing, not red-black - Fix JSDoc: calculateAvailabilityData accepts arrays, not strings - Fix JSDoc: fetchPatron takes patronId, not search term - Fix JSDoc: useAvailability does not return unavailableByDateRef - Fix JSDoc: opac fetchPickupLocations missing @param for patronId - Fix JSDoc: strategies validateStartDateSelection returns boolean indicating blocked (true) or allowed (false) - Fix JSDoc: replace non-standard @exported tag with @public - Fix comment: BookingDate.isBetween plugin is not loaded - Fix comment: lead period applies to all bookings, not "first" - Fix comment: handleBookingDateChange is a pure validation function, not a Flatpickr event handler - Add missing JSDoc on CONSTRAINT_MODE_NORMAL constant - Add stub JSDoc on opac createBooking/updateBooking - Remove stale historical note from conflict-resolution module doc - Remove off-by-one counting comment that mixed conventions - Remove redundant inline comments that restate code Sponsored-by: Büchereizentrale Schleswig-Holstein <https://www.bz-sh.de/> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
