Actions
Bug #89528
openContent not shown in free mode
Status:
New
Priority:
Should have
Assignee:
-
Category:
Extbase + l10n
Target version:
-
Start date:
2019-10-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
- I am querying tt_content in an Extbase extension using \TYPO3\CMS\Extbase\Persistence\Repository
- I am using the default query obtained with \TYPO3\CMS\Extbase\Persistence\Repository::createQuery
- I do not get any results for content which is translated in "free mode". Connected mode works fine
- So far as I can see i18n_parent is 0 for the tt_content translation in free mode which seems to conflict with the $defaultLanguageRecordsSubSelect in Typo3DbQueryParser->getLanguageStatement() as this requires an i18n_parent. As soon as I set respectSystemLanguage to false free mode works as intendended but of course I have to manually filter the desired language so I doubt this is intended
Actions