Bugzilla – Attachment 127598 Details for
Bug 28413
background job worker is running with all the modules in RAM
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28413: (QA follow-up) Fix for missing use Koha::Items
Bug-28413-QA-follow-up-Fix-for-missing-use-KohaIte.patch (text/plain), 691 bytes, created by
Andrii Nugged
on 2021-11-12 21:50:04 UTC
(
hide
)
Description:
Bug 28413: (QA follow-up) Fix for missing use Koha::Items
Filename:
MIME Type:
Creator:
Andrii Nugged
Created:
2021-11-12 21:50:04 UTC
Size:
691 bytes
patch
obsolete
>From 4a0490d427c84e157c7500a3123b7b61a7e5ecd6 Mon Sep 17 00:00:00 2001 >From: Andrew Nugged <nugged@gmail.com> >Date: Fri, 12 Nov 2021 23:48:48 +0200 >Subject: [PATCH] Bug 28413: (QA follow-up) Fix for missing use Koha::Items > >--- > Koha/BackgroundJob/BatchDeleteItem.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/BackgroundJob/BatchDeleteItem.pm b/Koha/BackgroundJob/BatchDeleteItem.pm >index f506aff808..d5882e1c93 100644 >--- a/Koha/BackgroundJob/BatchDeleteItem.pm >+++ b/Koha/BackgroundJob/BatchDeleteItem.pm >@@ -28,6 +28,7 @@ use Try::Tiny; > > use Koha::BackgroundJobs; > use Koha::DateUtils qw( dt_from_string ); >+use Koha::Items; > > use base 'Koha::BackgroundJob'; > >-- >2.33.1
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 28413
:
121274
|
125392
|
125941
|
127081
|
127329
| 127598