Bugzilla – Attachment 134741 Details for
Bug 30467
BatchDeleteItem task does not deal with indexation correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30467: (QA follow-up) Fix copy paste error to update updated_biblionumbers
Bug-30467-QA-follow-up-Fix-copy-paste-error-to-upd.patch (text/plain), 1000 bytes, created by
Nick Clemens (kidclamp)
on 2022-05-06 14:36:25 UTC
(
hide
)
Description:
Bug 30467: (QA follow-up) Fix copy paste error to update updated_biblionumbers
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-05-06 14:36:25 UTC
Size:
1000 bytes
patch
obsolete
>From 874aa71a242ad364b59496b208a2e062ee0f6f39 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 6 May 2022 14:36:07 +0000 >Subject: [PATCH] Bug 30467: (QA follow-up) Fix copy paste error to update > updated_biblionumbers > >--- > Koha/BackgroundJob/BatchDeleteItem.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/BackgroundJob/BatchDeleteItem.pm b/Koha/BackgroundJob/BatchDeleteItem.pm >index ce458a2220..578a095791 100644 >--- a/Koha/BackgroundJob/BatchDeleteItem.pm >+++ b/Koha/BackgroundJob/BatchDeleteItem.pm >@@ -162,7 +162,7 @@ sub process { > my $indexer = Koha::SearchEngine::Indexer->new( > { index => $Koha::SearchEngine::BIBLIOS_INDEX } ); > >- $indexer->index_records( \@deleted_biblionumbers, >+ $indexer->index_records( \@updated_biblionumbers, > 'specialUpdate', "biblioserver", undef ); > } > } >-- >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 30467
:
132992
|
134398
|
134640
|
134672
|
134675
|
134741
|
134744