Bug #82363
Updated by Tymoteusz Motylewski about 6 years ago
Extbase rendering should give the same results as typoscript rendering. Also settings used In order to be able to backport the change to stable branches we should introduce a feature switch which will be enable by default in TS master and extbase should have the same meaning (languageMode, languageOverlay), as they are mixed up right now maybe in extbase. As setting query languageOverlay has NO effect on queries, new installations of 8.7, but calling setLanguageMode('strict') makes extbase pass "hideNonTranslated" to getRecordOverlays. And "hideNonTranslated" is a value of will be disabled when updating the TS setting "sys_language_overlay" and has nothing core in stable branches in order to do with languageMode. be non breaking.