Actions
Bug #59947
closedgetSystemLanguages() method in TranslationConfigurationProvider does not respect enable fields
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2014-06-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
I'm not sure if this intended behavior but currently the TranslationConfigurationProvider->getSystemLanguages()
method does not respect any enable fields when fetching the translations from the database.
This means that for example in the file list metadata records can be translated to languages that are actually disabled.
Fix: use BackendUtility::BEenableFields()
Actions