Bugzilla – Attachment 176186 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: Prevent bulkmarcimport from generating holds queue jobs
Bug-37564-Prevent-bulkmarcimport-from-generating-h.patch (text/plain), 1004 bytes, created by
Martin Renvoize (ashimema)
on 2025-01-07 12:30:09 UTC
(
hide
)
Description:
Bug 37564: Prevent bulkmarcimport from generating holds queue jobs
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-01-07 12:30:09 UTC
Size:
1004 bytes
patch
obsolete
>From c9ff4b84847d734c14322c514544f8cfdca3968f Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 7 Jan 2025 12:28:27 +0000 >Subject: [PATCH] Bug 37564: Prevent bulkmarcimport from generating holds queue > jobs > >We shouldn't need to update the holds queue for such command line >imports. >--- > misc/migration_tools/bulkmarcimport.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl >index 70721f05291..08d4d3e924b 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -134,6 +134,7 @@ my $using_elastic_search = ( C4::Context->preference('SearchEngine') eq 'Elastic > my $mod_biblio_options = { > disable_autolink => $using_elastic_search, > skip_record_index => $using_elastic_search || $skip_indexing, >+ skip_holds_queue => 1, > overlay_context => { source => 'bulkmarcimport' } > }; > my $add_biblio_options = { >-- >2.47.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