[Koha-bugs] [Bug 14642] Add logging of hold modifications

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 9 11:15:45 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14642

--- Comment #24 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 54180
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54180&action=edit
Bug 14642: Add logging for Holds

This patch adds logging for several holds actions. Specifically for:

- CREATE
- CANCEL
- DELETE
- RESUME
- SUSPEND
- MODIFY

To test:
- Enable the HoldsLog syspref
- Add a hold on a record/item
=> SUCCESS: The log view shows the CREATE action
- Click on the <Suspend> button
=> SUCCESS: The log view shows the SUSPEND action
- Click on the <Unsuspend> button
=> SUCCESS: The log view shows the RESUME action
- Click on the red cross, to delete the hold
=> SUCCESS: The log view shows the CANCEL action

Note: The DELETE action is logged when DelMember is called, with bug 16819
patches applied.

Sponsored-by: NEKLS
Signed-off-by: Liz Rea <liz at catalyst.net.nz>
I also wonder about this going in defaulted on, but since the other logs are as
well it seems ok to me.

Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list