Bugzilla – Attachment 134409 Details for
Bug 27344
Implement Elastic's update_index_background using Koha::BackgroundJob
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27344: Add missing imports
Bug-27344-Add-missing-imports.patch (text/plain), 763 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-04-29 17:23:41 UTC
(
hide
)
Description:
Bug 27344: Add missing imports
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-04-29 17:23:41 UTC
Size:
763 bytes
patch
obsolete
>From ba1aade0c197937b67f4514d6c2f8f0c5eb61fa6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 5 Apr 2022 14:51:09 +0200 >Subject: [PATCH] Bug 27344: Add missing imports > >--- > Koha/BackgroundJob/UpdateElasticIndex.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Koha/BackgroundJob/UpdateElasticIndex.pm b/Koha/BackgroundJob/UpdateElasticIndex.pm >index df98f6e085..cafaf12fc8 100644 >--- a/Koha/BackgroundJob/UpdateElasticIndex.pm >+++ b/Koha/BackgroundJob/UpdateElasticIndex.pm >@@ -20,6 +20,8 @@ use Modern::Perl; > use JSON qw( encode_json decode_json ); > > use Koha::DateUtils qw( dt_from_string ); >+use Koha::SearchEngine; >+use Koha::SearchEngine::Indexer; > > use base 'Koha::BackgroundJob'; > >-- >2.34.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 27344
:
114877
|
116252
|
116931
|
132444
|
132445
|
132446
|
132586
|
132609
|
132610
|
132611
|
132612
|
132613
|
132645
|
132646
|
132794
|
132795
|
132796
|
132797
|
132798
|
132843
|
132844
|
132845
|
132969
|
132970
|
132994
|
132995
|
133033
|
134406
|
134407
|
134408
| 134409 |
134410
|
134411
|
134412
|
134413