Bugzilla – Attachment 140561 Details for
Bug 31526
Diff view on manage staged imports page is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31526: Follow-up for bug 29697
Bug-31526-Follow-up-for-bug-29697.patch (text/plain), 1.17 KB, created by
Martin Renvoize (ashimema)
on 2022-09-13 10:13:11 UTC
(
hide
)
Description:
Bug 31526: Follow-up for bug 29697
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-09-13 10:13:11 UTC
Size:
1.17 KB
patch
obsolete
>From e79b73e7daabdcc2fcc00232715ae1d4ac0ca75a Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 13 Sep 2022 11:09:23 +0100 >Subject: [PATCH] Bug 31526: Follow-up for bug 29697 > >There was a typo in bug 29697 which lead to a code reference error. > >Test plan >1) Export a record with ISBN from your catalog (Save as MARC) >2) Stage it using the ISBN matching rule (make sure it matched) >3) Manage staged import and click on the Diff link > >Prior to this patch an error would be thrown, after the patch you should >now get the diff view as expected again. >--- > tools/showdiffmarc.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/showdiffmarc.pl b/tools/showdiffmarc.pl >index a4eb7eab08..f981342a83 100755 >--- a/tools/showdiffmarc.pl >+++ b/tools/showdiffmarc.pl >@@ -62,7 +62,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( > > if ( $type eq 'biblio' ) { > my $biblio = Koha::Biblios->find( $recordid ); >- $record = $biblio->metadata->record->({ embed_items => 1 }); >+ $record = $biblio->metadata->record({ embed_items => 1 }); > $recordTitle = $biblio->title; > } > elsif ( $type eq 'auth' ) { >-- >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 31526
:
140561
|
140565
|
140696