[Koha-bugs] [Bug 12616] Locale in subscriptions not preselecting correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 17 17:29:01 CEST 2015


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

--- Comment #8 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
To reproduce on master: delete a couple of values from
language_rfc4646_to_iso639 table.

For example 
DELETE FROM language_rfc4646_to_iso639 WHERE rfc4646_subtag IN ('ta','ur')

gives a pulldown that defaults to Urdu (or the last lang without 3 letter code)
and 'ta' (tamil) is also selected.

Problem is missing values in that table.
We can hide the problem removing pulldown entries without proper iso639-2 code

-- 
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