Bugzilla – Attachment 91225 Details for
Bug 22709
Add hooks to notify plugins of biblio and item changes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22709: (follow-up) Mock enable_plugins config entry
Bug-22709-follow-up-Mock-enableplugins-config-entr.patch (text/plain), 1001 bytes, created by
Kyle M Hall (khall)
on 2019-07-03 12:20:06 UTC
(
hide
)
Description:
Bug 22709: (follow-up) Mock enable_plugins config entry
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-07-03 12:20:06 UTC
Size:
1001 bytes
patch
obsolete
>From 39a9793dcbc4ba7588b6ab53d2e761297a25d48a Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 2 Jul 2019 10:07:27 -0300 >Subject: [PATCH] Bug 22709: (follow-up) Mock enable_plugins config entry > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Biblio_and_Items_plugin_hooks.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/db_dependent/Biblio_and_Items_plugin_hooks.t b/t/db_dependent/Biblio_and_Items_plugin_hooks.t >index 2d5602ada6..57987248af 100755 >--- a/t/db_dependent/Biblio_and_Items_plugin_hooks.t >+++ b/t/db_dependent/Biblio_and_Items_plugin_hooks.t >@@ -40,6 +40,7 @@ my $schema = Koha::Database->new->schema; > my $builder = t::lib::TestBuilder->new; > > t::lib::Mocks::mock_preference( 'UseKohaPlugins', 1 ); >+t::lib::Mocks::mock_config( 'enable_plugins', 1 ); > > subtest 'after_biblio_action() and after_item_action() hooks tests' => sub { > >-- >2.20.1 (Apple Git-117)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 22709
:
90950
|
90951
|
91186
|
91223
|
91224
|
91225
|
91226
|
91244
|
91245
|
91246
|
91247