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)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 25 Mar 2024 08:53:20 +0000 (09:53 +0100)
commit353f510c146cfcffc0bb488a8411755f111e5711
tree34ac09182ff6e28a5f3d7a9e1bef79ece5274acc
parente78b7bdbe5c10e3d4a568a4560b28e46ab71a02f
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>
C4/Biblio.pm
t/db_dependent/Koha/Plugins/Biblio_and_Items_plugin_hooks.t
t/lib/plugins/Koha/Plugin/Test.pm