Bug #78876
closed"availableLanguages"-Settings from AdditionalConfiguration not loaded
100%
Description
Zitat: Steffen Müller:
Looks like setting `$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['lang']['availableLanguages'] = ['de'];
in AdditionalConfiguration.php does not work,
though it works if I have the same equivalent setting in LocalConfiguration.php
When putting the setting in LocalConfiguration.php, then German is active in "Languages" module. When put into AdditionalConfiguration.php, German is inactive.
Zitat: Helmut Hummel:
Looks like setting `$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['lang']['availableLanguages'] = ['de'];` in AdditionalConfiguration.php does not work
That is imho a bug originating in this code:
https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/lang/Classes/Domain/Repository/LanguageRepository.php#L88-L97
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New 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/50871
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50871
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50871
Updated by Gerrit Code Review almost 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50871
Updated by Florian Mast almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9786bb9868b134112dfac8d80ec1004c55b7fdd8.