]> git.koha-community.org Git - koha.git/commit
Bug 28802: Untranslatable strings in browser.js
authorFridolin Somers <fridolin.somers@biblibre.com>
Tue, 3 Aug 2021 08:57:10 +0000 (22:57 -1000)
committerWainui Witika-Park <wainuiwitikapark@catalyst.net.nz>
Wed, 8 Sep 2021 01:12:22 +0000 (01:12 +0000)
commitd1f6b6f77a60a258c47b5ad49fc22da331b7a7d0
tree71df9ddafc8735b35caf9cbf2f36f0356073568a
parent3de01174f35fc2ae26a3e0c36aa7ccb873aa55fa
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

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 8eab53c8baa06cc429267c7d14f7a3919242a5b1)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 6cd8819016ebb913ee5ed59f0b42dcb68eafc72c)
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
(cherry picked from commit b6026fdf59678c8fbec144cc567b5c1748c45d94)

Signed-off-by: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz>
koha-tmpl/intranet-tmpl/js/browser.js [deleted file]
koha-tmpl/intranet-tmpl/prog/js/browser.js [new file with mode: 0644]