Bugzilla – Attachment 111057 Details for
Bug 26600
Missing module in Indexer.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26600: Missing module in Elasticsearch/Indexer.pm
Bug-26600-Missing-module-in-ElasticsearchIndexerpm.patch (text/plain), 926 bytes, created by
Marcel de Rooy
on 2020-10-02 06:33:34 UTC
(
hide
)
Description:
Bug 26600: Missing module in Elasticsearch/Indexer.pm
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2020-10-02 06:33:34 UTC
Size:
926 bytes
patch
obsolete
>From 2941af3492f9bb498e7f118a7bebf6c90a210de8 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 2 Oct 2020 06:28:06 +0000 >Subject: [PATCH] Bug 26600: Missing module in Elasticsearch/Indexer.pm >Content-Type: text/plain; charset=utf-8 > >Just formally needed. It is already loaded somewhere. >That is: Koha::SearchEngine::Elasticsearch. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/SearchEngine/Elasticsearch/Indexer.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/Koha/SearchEngine/Elasticsearch/Indexer.pm b/Koha/SearchEngine/Elasticsearch/Indexer.pm >index 39e129f7df..38946d2843 100644 >--- a/Koha/SearchEngine/Elasticsearch/Indexer.pm >+++ b/Koha/SearchEngine/Elasticsearch/Indexer.pm >@@ -26,6 +26,7 @@ use Data::Dumper; > > use Koha::Exceptions; > use Koha::SearchEngine::Zebra::Indexer; >+use C4::AuthoritiesMarc qw//; > use C4::Biblio; > use C4::Context; > >-- >2.11.0
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 26600
:
111057
|
111334