Bugzilla – Attachment 105696 Details for
Bug 24031
Add plugin hook after_hold_create
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24031: Remove check for syspref UseKohaPlugins
Bug-24031-Remove-check-for-syspref-UseKohaPlugins.patch (text/plain), 982 bytes, created by
Kyle M Hall (khall)
on 2020-06-10 13:55:40 UTC
(
hide
)
Description:
Bug 24031: Remove check for syspref UseKohaPlugins
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2020-06-10 13:55:40 UTC
Size:
982 bytes
patch
obsolete
>From 1ee8e7457fe7d149f4d8176ff9512efb068ea92a Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 22 May 2020 12:28:17 +0200 >Subject: [PATCH] Bug 24031: Remove check for syspref UseKohaPlugins > >UseKohaPlugins has been removed by bug 20415 > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Plugins.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/Plugins.pm b/Koha/Plugins.pm >index 4e7926b359..ae2f2c5c22 100644 >--- a/Koha/Plugins.pm >+++ b/Koha/Plugins.pm >@@ -63,7 +63,7 @@ Calls a plugin method for all enabled plugins > sub call { > my ($class, $method, @args) = @_; > >- if (C4::Context->preference('UseKohaPlugins') && C4::Context->config('enable_plugins')) { >+ if (C4::Context->config('enable_plugins')) { > my @plugins = $class->new({ enable_plugins => 1 })->GetPlugins({ method => $method }); > my @responses; > foreach my $plugin (@plugins) { >-- >2.24.1 (Apple Git-126)
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 24031
:
95358
|
95657
|
95658
|
98788
|
98789
|
105256
|
105257
|
105693
|
105694
|
105695
| 105696 |
105697
|
107042
|
107365