Actions
Bug #88622
closedLanguageAspect::getLegacyLanguageMode returns different result since 9.5.6
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2019-06-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Example Site Configuration:
rootPageId: 2
base: 'http://localhost/'
baseVariants: { }
languages:
-
title: Deutsch
enabled: true
languageId: '0'
base: /
typo3Language: de
locale: de_DE.utf-8
iso-639-1: de
navigationTitle: ''
hreflang: ''
direction: ''
flag: de
-
title: English
enabled: true
languageId: '1'
base: /en/
typo3Language: default
locale: en_US.utf-8
iso-639-1: en
navigationTitle: ''
hreflang: ''
direction: ''
fallbackType: strict
fallbacks: ''
flag: gb
Steps to reproduce:
- use LanguageAspectFactory::createFromSiteLanguage() to create a LanguageAspect from the config above
- call LanguageAspect::getLegacyLanguageMode
Expected result (as it was in 9.5.5 and before):
strict
Current result (9.5.6 and 9.5.7)
content_fallback
This affects how extbase handles translated records if you disable consistentTranslationOverlayHandling (see \TYPO3\CMS\Extbase\Persistence\Generic\Storage\Typo3DbQueryParser::getSysLanguageStatement)
Updated by Christian Eßl about 5 years ago
- Category set to Site Handling, Site Sets & Routing
Updated by Benni Mack 11 months ago
- Status changed from New to Needs Feedback
Hey,
sorry for the long delay, but we've made huge improvements in Extbase language handling for v11 and v12. Can you recheck if the problem still exists?
Updated by Georg Ringer 6 months ago
- Status changed from Needs Feedback to Closed
I am closing this issue because of lack of feedback. Feel free to open a new issue and reference this one if still valid
Actions