Summary: | Add more action logs for holds | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Hold requests | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | 1joynelson, gmcharlt, jonathan.druart, kyle.m.hall, lucas, sally.healey |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
Trapping and filling holds will now create entries in the logs, when HoldsLog system preference is activated.
|
Version(s) released in: |
20.05.00, 19.11.06, 19.05.11
|
Circulation function: | |||
Bug Depends on: | 14642 | ||
Bug Blocks: | |||
Attachments: |
Bug 24547: Add more action logs for holds
Bug 24547: Add more action logs for holds Bug 24547: Add more action logs for holds Bug 16547: Remove more multi_holds inconsistencies |
Description
Kyle M Hall (khall)
2020-01-30 15:24:21 UTC
Created attachment 98174 [details] [review] Bug 24547: Add more action logs for holds It seems like ModReserveFill and ModReserveAffect should both produce action logs for holds. Test Plan: 1) Apply this patch 2) Place a hold 3) Check in the item to trap the hold 4) Check out the item to fill the hold 5) Check the action logs for that reserve id 6) Note the new logs! Created attachment 98215 [details] [review] Bug 24547: Add more action logs for holds It seems like ModReserveFill and ModReserveAffect should both produce action logs for holds. Test Plan: 0) Enable HoldsLog system preference 1) Apply this patch 2) Place a hold 3) Check in the item to trap the hold 4) Check out the item to fill the hold 5) Check the action logs for that reserve id 6) Note the new logs! Signed-off-by: David Nind <david@davidnind.com> Created attachment 102565 [details] [review] Bug 24547: Add more action logs for holds It seems like ModReserveFill and ModReserveAffect should both produce action logs for holds. Test Plan: 1) Apply this patch 2) Place a hold 3) Check in the item to trap the hold 4) Check out the item to fill the hold 5) Check the action logs for that reserve id 6) Note the new logs! Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 102569 [details] [review] Bug 16547: Remove more multi_holds inconsistencies There was a bug, on the biblio's hold list view, if the pickup library was changed, the next screen was "place a hold for no title" http://pro.kohadev.org/cgi-bin/koha/reserve/request.pl?multi_hold=1&biblionumbers= Nice work everyone! Pushed to master for 20.05 backported to 19.11.x for 19.11.06 Simple and useful enhancement, backporting to 19.05.x for 19.05.11 |