Bugzilla – Attachment 123408 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: Untranslatable strings in browser.js
Bug-28802-Untranslatable-strings-in-browserjs.patch (text/plain), 896 bytes, created by
Fridolin Somers
on 2021-08-03 09:07:04 UTC
(
hide
)
Description:
Bug 28802: Untranslatable strings in browser.js
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2021-08-03 09:07:04 UTC
Size:
896 bytes
patch
obsolete
>From 44a61f791487e8975f64c5214bbc1f8aa586a945 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 2 Aug 2021 22:57:10 -1000 >Subject: [PATCH] Bug 28802: Untranslatable strings in browser.js > >File koha-tmpl/intranet-tmpl/js/browser.js is not parsed by translation process, which uses koha-tmpl/intranet-tmpl/prog/js/**/*.js >We must move it to prog/js. > >Test plan : >1) Perform a search on staff interface >2) Click on a result >3) Check you see records browser >--- > koha-tmpl/intranet-tmpl/{ => prog}/js/browser.js | 0 > 1 file changed, 0 insertions(+), 0 deletions(-) > rename koha-tmpl/intranet-tmpl/{ => prog}/js/browser.js (100%) > >diff --git a/koha-tmpl/intranet-tmpl/js/browser.js b/koha-tmpl/intranet-tmpl/prog/js/browser.js >similarity index 100% >rename from koha-tmpl/intranet-tmpl/js/browser.js >rename to koha-tmpl/intranet-tmpl/prog/js/browser.js >-- >2.32.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 28802
:
123408
|
123411
|
123875
|
123962