Actions
Bug #87942
closedList view - deault language flag and label set only with TSConfig
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2019-03-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions