Bug #87942
closedList view - deault language flag and label set only with TSConfig
100%
Description
Steps to reproduce¶
1) TYPO3 9.5.x or 10.0.0-dev (latest master)
2) Set a Default language in the site configuration (e.g. Italian) ; set also anoter language (e.g. English)
3) Create a page and translate it
4) Create a content element and translate it
5) Go to list view
Results:¶
on the column [localization] there is no flag for the default language, which is called "Default"
To have the correct label and flag you still have to set the TSConfig options:
mod.SHARED.defaultLanguageFlag mod.SHARED.defaultLanguageLabel
Expected Result¶
the configuration on the Site Configuration should be taken, instead and the TSConfig options should not be used.
p.s. I don't know if they're already deprecated
Updated by Riccardo De Contardi over 5 years ago
- Subject changed from List view - language flag and label set only with TSConfig to List view - deault language flag and label set only with TSConfig
Updated by Georg Ringer over 5 years ago
- Category changed from Backend User Interface to Site Handling, Site Sets & Routing
- Status changed from New to Accepted
problem is in \TYPO3\CMS\Backend\Configuration\TranslationConfigurationProvider::getSystemLanguages
which doesn't check the sites at all
Updated by Georg Ringer over 5 years ago
- Related to Bug #87965: Language arrangments in BE not adhering to site config.yaml structure added
Updated by Gerrit Code Review over 5 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60336
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/60351
Updated by Georg Ringer over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b91e3606ba4c8032c9c66e6b2975887b842c461a.