Bugzilla – Attachment 123962 Details for
Bug 28802
Untranslatable strings in browser.js
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28802: Fix Asset.t
Bug-28802-Fix-Assett.patch (text/plain), 963 bytes, created by
Jonathan Druart
on 2021-08-18 14:26:11 UTC
(
hide
)
Description:
Bug 28802: Fix Asset.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-08-18 14:26:11 UTC
Size:
963 bytes
patch
obsolete
>From 136f3e0986076d4ef7850ce765d749ea450afdb1 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 18 Aug 2021 16:25:26 +0200 >Subject: [PATCH] Bug 28802: Fix Asset.t > >--- > t/db_dependent/Koha/Template/Plugin/Asset.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/Template/Plugin/Asset.t b/t/db_dependent/Koha/Template/Plugin/Asset.t >index 3a91fc5d3dc..f5f2d8bfa38 100755 >--- a/t/db_dependent/Koha/Template/Plugin/Asset.t >+++ b/t/db_dependent/Koha/Template/Plugin/Asset.t >@@ -32,7 +32,7 @@ is($output, "/intranet-tmpl/prog/js/staff-global_$version.js"); > > $output = ''; > $template->process(url_template("js/browser.js"), $intranet_vars, \$output); >-is($output, "/intranet-tmpl/js/browser_$version.js"); >+is($output, "/intranet-tmpl/prog/js/browser_$version.js"); > > $output = ''; > $template->process(url_template("css/staff-global.css"), $intranet_vars, \$output); >-- >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 28802
:
123408
|
123411
|
123875
| 123962