Bugzilla – Attachment 134676 Details for
Bug 30465
BatchUpdateBiblio task does not deal with indexation correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30465: Fix Koha/Items/BatchUpdate.t
Bug-30465-Fix-KohaItemsBatchUpdatet.patch (text/plain), 797 bytes, created by
Jonathan Druart
on 2022-05-06 07:37:49 UTC
(
hide
)
Description:
Bug 30465: Fix Koha/Items/BatchUpdate.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-05-06 07:37:49 UTC
Size:
797 bytes
patch
obsolete
>From 31cf0bfd0734f65e43d2b2563900b3532b3a7a61 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 6 May 2022 09:37:23 +0200 >Subject: [PATCH] Bug 30465: Fix Koha/Items/BatchUpdate.t > >--- > Koha/Items.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Koha/Items.pm b/Koha/Items.pm >index 1900a40a0fe..90b178a1cef 100644 >--- a/Koha/Items.pm >+++ b/Koha/Items.pm >@@ -357,7 +357,8 @@ sub batch_update { > my $indexer = Koha::SearchEngine::Indexer->new( > { index => $Koha::SearchEngine::BIBLIOS_INDEX } ); > >- $indexer->update_index( \@biblionumbers ); >+ $indexer->index_records( \@biblionumbers, 'specialUpdate', >+ "biblioserver", undef ); > } > } > >-- >2.25.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 30465
:
132988
|
133057
|
133058
|
134403
|
134404
|
134405
|
134465
|
134645
|
134676
|
134711