Bugzilla – Attachment 174575 Details for
Bug 36640
Upgrade DataTables from 1.13.6 to 2.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36640: Fix Asset.t
Bug-36640-Fix-Assett.patch (text/plain), 1.15 KB, created by
Jonathan Druart
on 2024-11-15 13:08:10 UTC
(
hide
)
Description:
Bug 36640: Fix Asset.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-11-15 13:08:10 UTC
Size:
1.15 KB
patch
obsolete
>From 48d1f250c61f8dfa59f106bdebb87edc0e435879 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 15 Nov 2024 14:07:58 +0100 >Subject: [PATCH] Bug 36640: Fix Asset.t > >--- > t/db_dependent/Koha/Template/Plugin/Asset.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/Koha/Template/Plugin/Asset.t b/t/db_dependent/Koha/Template/Plugin/Asset.t >index 2c2d4c1f2d7..0d507ad1357 100755 >--- a/t/db_dependent/Koha/Template/Plugin/Asset.t >+++ b/t/db_dependent/Koha/Template/Plugin/Asset.t >@@ -47,8 +47,8 @@ $template->process(url_template("js/global.js"), $opac_vars, \$output); > is($output, "/opac-tmpl/bootstrap/js/global_$version.js"); > > $output = ''; >-$template->process(url_template("lib/jquery/plugins/jquery.dataTables.min.js"), $opac_vars, \$output); >-is($output, "/opac-tmpl/lib/jquery/plugins/jquery.dataTables.min_$version.js"); >+$template->process(url_template("lib/datatables/datatables.min.js"), $opac_vars, \$output); >+is($output, "/opac-tmpl/lib/datatables/datatables.min_$version.js"); > > $output = ''; > $template->process(url_template("css/opac.css"), $opac_vars, \$output); >-- >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 36640
: 174575 |
174783