[Koha-bugs] [Bug 27066] Implement Hooks for patron's updates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 29 07:32:32 CET 2021


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

--- Comment #2 from Maryse Simard <maryse.simard at inlibro.com> ---
Created attachment 116007
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=116007&action=edit
Bug 27066: Add plugin hook after_patron_action

The hook is called after patron manipulations. The value of the
'action' parameter can be 'create', 'modify' or 'delete'.

To test:
1. Write a simple plugin that implements at least the new
   after_patron_action hook.
2. Install the plugin and enable it.
3. Create, modify or delete a patron and verify that the plugin method
   for the hook has been called with the right parameters.

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


More information about the Koha-bugs mailing list