Bugzilla – Attachment 134744 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), 1.04 KB, created by
Martin Renvoize (ashimema)
on 2022-05-06 15:07:07 UTC
(
hide
)
Description:
Bug 30467: (QA follow-up) Fix copy paste error to update updated_biblionumbers
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-05-06 15:07:07 UTC
Size:
1.04 KB
patch
obsolete
>From 8d443c037e8e4321106c8e5c7530702c4e526b72 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 > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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.20.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 30467
:
132992
|
134398
|
134640
|
134672
|
134675
|
134741
| 134744