Bug 34943: (QA follow-up) Use `before_biblio_action` and an `action` param
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 11 Mar 2024 17:33:25 +0000 (14:33 -0300)
committerFrédéric Demians <f.demians@tamil.fr>
Tue, 26 Mar 2024 14:31:26 +0000 (15:31 +0100)
commit82f1e3906cd46d6708b12de6103f4dc42d723854
tree4e7ca59dc845559896d0a07c85a189c7e1d58fcb
parentfdc58abc8c573f7fdd61889842bf4c115c906162
Bug 34943: (QA follow-up) Use `before_biblio_action` and an `action` param

This patch harmonizes the hook name and parameters with the rest of the
codebase.

To test:
1. Apply this patch
2. Run:
   $ ktd --shell
  k$ qa
=> SUCCESS: All looks green, and tests still pass (i.e. they were
correctly adjusted to the new schema).
3. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 353f510c146cfcffc0bb488a8411755f111e5711)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
C4/Biblio.pm
t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t
t/lib/plugins/Koha/Plugin/Test.pm