[Koha-bugs] [Bug 24734] LangInstaller is looking in wrong directory for js files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 26 14:33:53 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24734

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bgkriegel at gmail.com
             Blocks|                            |21156

--- Comment #1 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
> Looks like LangInstaller.pm is looking in the wrong dir for the javascript
> files, @js_dirs is set to
>  
> -        "$intranetdir/koha-tmpl/intranet-tmpl/prog/js",
> -        "$intranetdir/koha-tmpl/opac-tmpl/bootstrap/js",
> 
> when it should be using
> 
> +        "$intrahtdocs/prog/js",
> +        "$opachtdocs/bootstrap/js",
> 
> 
> Compare @js_dirs with @intranet_tt_files and @opac_tt_files in LangInstaller.

You  are right, good catch!
That lines belong to Bug 21156, already on master but can be fixed :)
They work on a git/dev install but not on a normal one.

Will you write the patch?


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21156
[Bug 21156] Internationalization: plural forms, context, and more for JS files
-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list