Bugzilla – Attachment 137502 Details for
Bug 30308
bulkmarcimport.pl broken by OAI-PMH:AutoUpdateSets(EmbedItemData)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30308 - Fix bulkmarcimport.pl broken by OAI-PMH:AutoUpdateSets(EmbedItemData)
Bug-30308---Fix-bulkmarcimportpl-broken-by-OAI-PMH.patch (text/plain), 757 bytes, created by
Frédéric Demians
on 2022-07-11 10:09:29 UTC
(
hide
)
Description:
Bug 30308 - Fix bulkmarcimport.pl broken by OAI-PMH:AutoUpdateSets(EmbedItemData)
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2022-07-11 10:09:29 UTC
Size:
757 bytes
patch
obsolete
>From fd6cb16a10a65a4fc7dcfb47b2bb5535331ee034 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Mon, 11 Jul 2022 12:05:54 +0200 >Subject: [PATCH] Bug 30308 - Fix bulkmarcimport.pl broken by > OAI-PMH:AutoUpdateSets(EmbedItemData) > >--- > C4/OAI/Sets.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/OAI/Sets.pm b/C4/OAI/Sets.pm >index ac9eb22dce..23871ce0a5 100644 >--- a/C4/OAI/Sets.pm >+++ b/C4/OAI/Sets.pm >@@ -609,6 +609,7 @@ sub UpdateOAISetsBiblio { > > return unless($biblionumber and $record); > >+ $record = $record->clone; > if (C4::Context->preference('OAI-PMH:AutoUpdateSetsEmbedItemData')) { > C4::Biblio::EmbedItemsInMarcBiblio({ > marc_record => $record, >-- >2.17.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 30308
:
137502
|
137630
|
137721
|
138301