Bugzilla – Attachment 133195 Details for
Bug 30410
Add a way for plugins to register background tasks
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30410: (QA follow-up) Only fetch plugins mapping once
Bug-30410-QA-follow-up-Only-fetch-plugins-mapping-.patch (text/plain), 806 bytes, created by
Kyle M Hall (khall)
on 2022-04-11 17:03:06 UTC
(
hide
)
Description:
Bug 30410: (QA follow-up) Only fetch plugins mapping once
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-04-11 17:03:06 UTC
Size:
806 bytes
patch
obsolete
>From 82c1326f653c4cd9d5a24813476380dbc9579211 Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Mon, 11 Apr 2022 13:02:26 -0400 >Subject: [PATCH] Bug 30410: (QA follow-up) Only fetch plugins mapping once > >--- > Koha/BackgroundJob.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/BackgroundJob.pm b/Koha/BackgroundJob.pm >index e42a9cc903..c661746d7d 100644 >--- a/Koha/BackgroundJob.pm >+++ b/Koha/BackgroundJob.pm >@@ -263,7 +263,7 @@ sub type_to_class_mapping { > my $plugins_mapping = $self->plugin_types_to_classes; > > return ($plugins_mapping) >- ? { %{ $self->core_types_to_classes }, %{ $self->plugin_types_to_classes } } >+ ? { %{ $self->core_types_to_classes }, %$plugins_mapping } > : $self->core_types_to_classes; > } > >-- >2.30.2
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 30410
:
132814
|
132815
|
133180
|
133181
|
133192
|
133193
|
133194
| 133195 |
133386