Project

General

Profile

Actions

Bug #80080

closed

IRRE and allowLanguageSynchronization

Added by Kai Tallafus about 7 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2017-03-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I have the following TCA field definition:

'product_variants' => [
            'exclude' => TRUE,
            'l10n_mode' => 'exclude',
            'label' => 'LLL:EXT:product/Resources/Private/Language/locallang_db.xlf:tx_product_domain_model_product.product_variants',
            'config' => [
                'type' => 'inline',
                'foreign_table' => 'tx_product_domain_model_productvariant',
                'foreign_field' => 'product',
                'foreign_sortby' => 'sorting',
                'maxitems' => 9999,
                'minitems' => 1,
                'appearance' => [
                    'collapseAll' => 1,
                    'levelLinksPosition' => 'both',
                    'showSynchronizationLink' => 1,
                    'showPossibleLocalizationRecords' => 1,
                    'useSortable' => 1,
                    'showAllLocalizationLink' => 1
                ],
                'behaviour' => [
                    'allowLanguageSynchronization' => TRUE,
                ],
            ],

        ],

If I copy a default language product, which is already localized, the copied product localization has an additional product variant, which should not be there (the original one get´s copied and another one is created by the synchronization feature, I think).

May this new feature even be used with IRRE?

TYPO3 Version is 8.6.1


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #87640: Keep language reference for associated l10n_mode=exclude childrenClosed2019-02-04

Actions
Actions

Also available in: Atom PDF