[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 Mar 5 16:44:03 CET 2021


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

Fridolin Somers <fridolin.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116007|0                           |1
        is obsolete|                            |

--- Comment #4 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 117867
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=117867&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.

Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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


More information about the Koha-bugs mailing list