Bugzilla – Attachment 177210 Details for
Bug 37564
bulkmarcimport should not generate real time holds queue updates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37564: (follow-up) Fix missing comma
Bug-37564-follow-up-Fix-missing-comma.patch (text/plain), 1.04 KB, created by
Magnus Enger
on 2025-01-28 07:55:46 UTC
(
hide
)
Description:
Bug 37564: (follow-up) Fix missing comma
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2025-01-28 07:55:46 UTC
Size:
1.04 KB
patch
obsolete
>From 4313067b628d1ed99c65185d036f49b668ae2dcb Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@libriotech.no> >Date: Tue, 28 Jan 2025 08:41:59 +0100 >Subject: [PATCH] Bug 37564: (follow-up) Fix missing comma > >This should fix a syntax error in misc/migration_tools/bulkmarcimport.pl >To verify: >$ perl -c misc/migration_tools/bulkmarcimport.pl >--- > misc/migration_tools/bulkmarcimport.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl >index 44ace2fbc2..31833fdc1c 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -139,7 +139,7 @@ my $mod_biblio_options = { > }; > my $add_biblio_options = { > disable_autolink => $using_elastic_search, >- skip_record_index => $using_elastic_search || $skip_indexing >+ skip_record_index => $using_elastic_search || $skip_indexing, > skip_holds_queue => 1, > }; > my $mod_authority_options = { skip_record_index => $using_elastic_search || $skip_indexing }; >-- >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 37564
:
176186
|
176188
|
177199
| 177210