- Issue created by @mrshowerman
- @mrshowerman opened merge request.
Automatically closed - issue fixed for 2 weeks with no activity.
When using "all predefined languages" in a language field, the list is sorted using the English language titles, even if one or more languages have a translation for the currently used interface language.
The error seems to be in CustomLanguageManager::allowedValues()
; while an attempt is made to sort the list of languages by value, this doesn't have any effect because the values are objects of type TranslatableMarkup
, not strings.
Cast the values to string before sorting.
Active
1.0
User interface
Automatically closed - issue fixed for 2 weeks with no activity.