Bugzilla – Attachment 124686 Details for
Bug 28373
Items fields not used in default XSLT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28373: [21.05] Fix transformMARCXML4XSLT export in C4::XSLT
Bug-28373-2105-Fix-transformMARCXML4XSLT-export-in.patch (text/plain), 951 bytes, created by
Jonathan Druart
on 2021-09-09 08:33:53 UTC
(
hide
)
Description:
Bug 28373: [21.05] Fix transformMARCXML4XSLT export in C4::XSLT
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-09-09 08:33:53 UTC
Size:
951 bytes
patch
obsolete
>From 5939fe3fb8e526014edf0cdda396d71dd4d71545 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 9 Sep 2021 10:31:39 +0200 >Subject: [PATCH] Bug 28373: [21.05] Fix transformMARCXML4XSLT export in > C4::XSLT > > # Failed test 'use Koha::OAI::Server::Repository;' > # at t/00-load.t line 62. > # Tried to use 'Koha::OAI::Server::Repository'. > # Error: "transformMARCXML4XSLT" is not exported by the C4::XSLT module > # Can't continue after import errors at /kohadevbox/koha/Koha/OAI/Server/Repository.pm line 39. >--- > C4/XSLT.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/XSLT.pm b/C4/XSLT.pm >index b8ae90e9782..a5a0c2feed7 100644 >--- a/C4/XSLT.pm >+++ b/C4/XSLT.pm >@@ -48,6 +48,7 @@ BEGIN { > @ISA = qw(Exporter); > @EXPORT = qw( > &XSLTParse4Display >+ &transformMARCXML4XSLT > ); > $engine=Koha::XSLT::Base->new( { do_not_return_source => 1 } ); > } >-- >2.25.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 28373
:
121115
|
121610
|
121611
|
122614
|
122615
|
122616
|
122628
|
122629
|
122630
|
124019
|
124222
|
124223
|
124224
|
124225
|
124226
|
124254
|
124255
|
124495
|
124496
| 124686