Bugzilla – Attachment 173644 Details for
Bug 31224
Koha::Biblio::Metadata->record should use the EmbedItems filter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31224: (follow-up) Update instances of metadata->record
Bug-31224-follow-up-Update-instances-of-metadata-r.patch (text/plain), 1.06 KB, created by
Jonathan Druart
on 2024-10-29 13:07:00 UTC
(
hide
)
Description:
Bug 31224: (follow-up) Update instances of metadata->record
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-10-29 13:07:00 UTC
Size:
1.06 KB
patch
obsolete
>From 4f51ccca3254cc9ed6c2a8cea0e8bd85756f8f80 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 29 Oct 2024 14:03:25 +0100 >Subject: [PATCH] Bug 31224: (follow-up) Update instances of metadata->record > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 efcac9589f4..b2c520ae400 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -686,7 +686,7 @@ RECORD: foreach my $record ( @{$marc_records} ) { > } > > my $biblio = Koha::Biblios->find($record_id); >- $record = $biblio->metadata->record( { embed_items => 1 } ); >+ $record = $biblio->metadata_record( { embed_items => 1 } ); > > push @search_engine_record_ids, $record_id; > push @search_engine_records, $record; >-- >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 31224
:
138060
|
138061
|
138062
|
138063
|
138064
|
142137
|
142138
|
142139
|
142140
|
142141
|
142142
|
142143
|
161933
|
161934
|
161935
|
161936
|
161937
|
161938
|
161939
|
161940
|
161941
|
161942
|
161943
|
161944
|
173530
|
173531
|
173532
|
173533
|
173534
|
173535
|
173588
|
173597
|
173598
|
173636
|
173637
|
173638
|
173639
|
173640
|
173641
|
173642
|
173643
| 173644 |
174262
|
174263