Bug 32539: Add exception handling to plugin hooks in template plugin
authorDavid Cook <dcook@prosentient.com.au>
Mon, 16 Jan 2023 04:41:01 +0000 (04:41 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 9 Feb 2023 13:21:27 +0000 (10:21 -0300)
commit23a002112273d2b406af7edd6b85acce0d5d699c
treeeb104fd8f18cb2ad470967cbb10002eb03cdf7ae
parentc6c2fe81a273cbb70af69dfa0b51b2f07b49a76c
Bug 32539: Add exception handling to plugin hooks in template plugin

This change wraps Koha plugin hook calls with exception handling
within the template plugin for Koha plugins.

Test plan:
0) Apply patch
1) Install a plugin that provides "opac_head", "opac_js",
"intranet_head", and "intranet_js" with Perl errors in them
2) Load an OPAC page
3) Note that the OPAC page loads correctly
4) Load a staff interace page
5) Note that the staff interface page loads correctly

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Template/Plugin/KohaPlugins.pm