]> 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)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Tue, 31 Aug 2021 04:28:43 +0000 (06:28 +0200)
commitb6026fdf59678c8fbec144cc567b5c1748c45d94
treeee98dd304016320e2694610bef491cf042fef89b
parent2da3ce99b1215afdeee3ed48ce6693eaacde6c25
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>
koha-tmpl/intranet-tmpl/js/browser.js [deleted file]
koha-tmpl/intranet-tmpl/prog/js/browser.js [new file with mode: 0644]