Bugzilla – Attachment 140696 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.31 KB, created by
Marcel de Rooy
on 2022-09-16 09:26:47 UTC
(
hide
)
Description:
Bug 31526: Follow-up for bug 29697
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2022-09-16 09:26:47 UTC
Size:
1.31 KB
patch
obsolete
>From 18060bd59a84b3d67edab41180c9b39684df839b 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 >Content-Type: text/plain; charset=utf-8 > >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. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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.30.2
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