https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41849 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This patch adds a new |This patch adds a new release notes|option to the modal |option to the modal |displayed when checking in |displayed when checking in |an item that is already |an item that is already |waiting for a hold. If the |waiting for a hold. If the |hold is part of a group, |hold is part of a group, |the modal will offer the |the modal will offer the |option to cancel all holds |option to cancel all holds |in the group rather than |in the group rather than |just the hold for the item |just the hold for the item |that has been checked in. |that has been checked in. | |A new REST API endpoint | |(POST | |/patrons/{patron_id}/hold_g | |roups/{hold_group_id}/cance | |l) has been added to | |achieve this functionality. | |The new endpoint will: | |-Cancel all holds within a | |specified hold group. | |-Accept a cancellation | |reason | |-Return a 204 on success | |-Return a 404 when the hold | |group cannot found or does | |not exist. | | | |The endpoint requires the | |'reserveforothers' | |permission. -- You are receiving this mail because: You are watching all bug changes.