[Koha-bugs] [Bug 12616] Locale in subscriptions should not default to English when empty

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 2 10:59:23 CEST 2015


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |normal

--- Comment #3 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hm, there is a deeper problem behind this in the creation of the language list.
Multiple entries are marked as selected in the source code with an empty value
attribute:

...
 <option value="por">Português (Portuguese)</option>
 <option value="rum">Român (Romanian)</option>
 <option value="rus">Русский (Russian)</option>
 <option value="" selected="selected">Cрпски (Serbian)</option>
 <option value="spa">Español (Spanish)</option>
 <option value="swe">Svenska (Swedish)</option>
 <option value="" selected="selected">Tetun (Tetum)</option>
 <option value="tha">ภาษาไทย (Thai)</option>
 <option value="tur">Türkçe (Turkish)</option>
 <option value="ukr">Українська (Ukranian)</option>
 <option value="" selected="selected">اردو (Urdu)</option>
...

The preselection of Urdu also happens in the English GUI.

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