[BUGFIX] Localize children of all languages element
When the parent record has been set to sys_language_uid=-1, but the child record has translations, it should be displayed in the correct language. Setting the languageUid for the querySettings to -1 results in display of the default language record of the child. Resolves: #92768 Releases: main, 12.4, 11.5 Change-Id: I25bcdbb182c1b35cbc08e5f91339453b0986cdcc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80929 Tested-by:core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- composer.json 1 addition, 0 deletionscomposer.json
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapper.php 5 additions, 2 deletions...extbase/Classes/Persistence/Generic/Mapper/DataMapper.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Classes/Controller/MainController.php 39 additions, 0 deletions...t_child_translation/Classes/Controller/MainController.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Classes/Domain/Model/Child.php 44 additions, 0 deletions...s/parent_child_translation/Classes/Domain/Model/Child.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Classes/Domain/Model/Main.php 135 additions, 0 deletions...ns/parent_child_translation/Classes/Domain/Model/Main.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Classes/Domain/Model/Squeeze.php 65 additions, 0 deletions...parent_child_translation/Classes/Domain/Model/Squeeze.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Classes/Domain/Repository/MainRepository.php 40 additions, 0 deletions..._translation/Classes/Domain/Repository/MainRepository.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Configuration/Services.yaml 9 additions, 0 deletions...ions/parent_child_translation/Configuration/Services.yaml
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Configuration/TCA/Overrides/sys_template.php 7 additions, 0 deletions..._translation/Configuration/TCA/Overrides/sys_template.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Configuration/TCA/Overrides/tt_content.php 11 additions, 0 deletions...ld_translation/Configuration/TCA/Overrides/tt_content.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Configuration/TCA/tx_parentchildtranslation_domain_model_child.php 75 additions, 0 deletions...tion/TCA/tx_parentchildtranslation_domain_model_child.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Configuration/TCA/tx_parentchildtranslation_domain_model_main.php 100 additions, 0 deletions...ation/TCA/tx_parentchildtranslation_domain_model_main.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Configuration/TCA/tx_parentchildtranslation_domain_model_squeeze.php 93 additions, 0 deletions...on/TCA/tx_parentchildtranslation_domain_model_squeeze.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Configuration/TypoScript/constants.typoscript 10 additions, 0 deletions...translation/Configuration/TypoScript/constants.typoscript
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Configuration/TypoScript/setup.typoscript 10 additions, 0 deletions...ild_translation/Configuration/TypoScript/setup.typoscript
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/Resources/Private/Templates/List.html 20 additions, 0 deletions...t_child_translation/Resources/Private/Templates/List.html
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/composer.json 19 additions, 0 deletions...ixtures/Extensions/parent_child_translation/composer.json
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/ext_emconf.php 21 additions, 0 deletions...xtures/Extensions/parent_child_translation/ext_emconf.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/ext_localconf.php 18 additions, 0 deletions...res/Extensions/parent_child_translation/ext_localconf.php
- typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/parent_child_translation/ext_tables.sql 24 additions, 0 deletions...xtures/Extensions/parent_child_translation/ext_tables.sql
Please register or sign in to comment