Bugzilla – Attachment 114164 Details for
Bug 26665
OAI 'Set' and 'Metadata' dropdowns broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26665: (bug 20168 follow-up) Fix path to bootstrap js file
Bug-26665-bug-20168-follow-up-Fix-path-to-bootstra.patch (text/plain), 1.55 KB, created by
David Nind
on 2020-12-03 19:12:09 UTC
(
hide
)
Description:
Bug 26665: (bug 20168 follow-up) Fix path to bootstrap js file
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-12-03 19:12:09 UTC
Size:
1.55 KB
patch
obsolete
>From 65b02bf53c89e6d1e0962ea94f6e20a2151df16c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 2 Dec 2020 14:34:18 +0100 >Subject: [PATCH] Bug 26665: (bug 20168 follow-up) Fix path to bootstrap js > file > >20168 moved it to /opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.bundle.min.js > >It fixed the OAI-PMH view > >Test plan: >Hit <OPACBaseURL>/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marc21 >and confirm that you can click "Metadata" and it opens > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/opac-tmpl/xslt/OAI.xslt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/xslt/OAI.xslt b/koha-tmpl/opac-tmpl/xslt/OAI.xslt >index 40bd87192e..6242a21a7b 100644 >--- a/koha-tmpl/opac-tmpl/xslt/OAI.xslt >+++ b/koha-tmpl/opac-tmpl/xslt/OAI.xslt >@@ -28,7 +28,7 @@ > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> > <script src="/opac-tmpl/bootstrap/lib/jquery/jquery-3.4.1.min.js"></script> > <script src="/opac-tmpl/bootstrap/lib/jquery/jquery-migrate-3.1.0.min.js"></script> >- <script src="/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.min.js"></script> >+ <script src="/opac-tmpl/bootstrap/lib/bootstrap/js/bootstrap.bundle.min.js"></script> > <link rel="stylesheet" href="/opac-tmpl/bootstrap/css/bootstrap-theme-oai.css" type="text/css" /> > <link rel="stylesheet" href="/opac-tmpl/bootstrap/css/oai.css" type="text/css" /> > </head> >-- >2.11.0
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 26665
:
114095
|
114164
|
114181