Bug #87965
closedLanguage arrangments in BE not adhering to site config.yaml structure
0%
Description
According to my quick conversation with Benni Mack on the issue, the buildup of language menu dropdowns as well as the column arrangement in the BE should be given by the structure of the site modules config.yaml. In the prior to 9.x TYPO3 version, the sort order of dorpdowns and language columns was based upon the title. Currently it would appear that the sorting is based upon 'languageId'
Please see attached screenshots.
Example from config.yaml
languages:
-
title: de_DE
enabled: true
languageId: '0'
base: /de_DE/
typo3Language: de
locale: de_DE
iso-639-1: de
navigationTitle: Deutsch
hreflang: de-DE
direction: ltr
flag: de
-
title: de_AT
enabled: true
languageId: '19'
base: /de_AT/
typo3Language: de
locale: de_AT
iso-639-1: de
navigationTitle: German
hreflang: de-AT
direction: ltr
fallbackType: fallback
fallbacks: '0'
flag: at
-
title: de_LU
enabled: true
languageId: '7'
base: /de_LU/
typo3Language: de
locale: de_LU
iso-639-1: de
navigationTitle: ''
hreflang: ''
direction: ''
fallbackType: strict
flag: lu
Based upon the above example, the current resulting order is:
de_DE
de_LU
de_AT
whereas the desired results would become: (if sorted by title)
de_AT
de_DE
de_LU
Files
Updated by Bastian Bringenberg over 5 years ago
- Project changed from 9 to TYPO3 Core
- Category deleted (
Content) - TYPO3 Version set to 9
Moved to correct Project.
Updated by Georg Ringer over 5 years ago
- Category set to Backend User Interface
- Status changed from New to Accepted
Updated by Georg Ringer over 5 years ago
- Related to Bug #87942: List view - deault language flag and label set only with TSConfig added
Updated by Benni Mack over 5 years ago
- Status changed from Accepted to Needs Feedback
Hey Ezra,
just tested this --- have you actually flushed the caches? It works in my case!
All the best,
Benni.
Updated by Georg Ringer over 5 years ago
- Status changed from Needs Feedback to Closed
closing because of no feedback.