http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12017

Bernardo Gonzalez Kriegel <bgkrie...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39662|0                           |1
        is obsolete|                            |

--- Comment #94 from Bernardo Gonzalez Kriegel <bgkrie...@gmail.com> ---
Created attachment 40292
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40292&action=edit
Bug 12017: 8 - Remove use of getAllLanguages from installer

getAllLanguages is only used on installer/install.pl,
and some tests.

Result parameters are passed to C4/Install.pm, but
its use is futile, language check on Installer.pm uses
parameters that are not present on return value of
getAllLanguages, and returned value fwk_code is
undefined

To test:
1. Apply the patch
2. Do translated install (eg using de-DE or es-ES)
a. translate first,
b. then create a new database,
c. grant permissions,
d. change koha-conf to use new db,
e. reload staff,
f. proceed to web install,
g. select translated language,
h. use marc21,
i. finish,
3. Login and check that marc frameworks are translated

The translated install must proceed without problems.

Removed only the very first occurence of template parameter
fwk_language because of it's null value.

Signed-off-by: Julian FIOL <julian.f...@biblibre.com>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to