Project

General

Profile

Actions

Bug #81055

closed

Localisation of inline elements does not work in 7.6.18

Added by Angela Dudtkowski almost 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2017-04-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hi,

I've updated from 7.6.16 to 7.6.18 now. But with 7.6.18 the localisation of inline elements does not work anymore. In 7.6.16 it works fine.

My usecase:

I have products from my own extension. In this products the editor can add a new element inline. If I now add a new inline element to an existing product in the default language everything is fine. Then I click on an existing localisation of this element. I get the information, that the inline elements changed in the default language. Fine.

Now I click on the button "Localise all elements" and all of my localised inline elements disappear with TYPO3 7.6.18. In 7.6.16 I get the localized elements from the default language.

My TCA of the inline element:

'downloads' => [
'exclude' => 1,
'l10n_mode' => 'mergeIfNotBlank',
'label' => 'LLL:EXT:...',
'config' => [
'type' => 'inline',
'foreign_table' => 'tx_x',
'foreign_field' => 'x',
'maxitems' => 9999,
'appearance' => [
'showSynchronizationLink' => 0,
'showAllLocalizationLink' => 1,
'showPossibleLocalizationRecords' => 1,
'showRemovedLocalizationRecords' => 0,
'expandSingle' => 1,
'collapseAll' => 0
],
'behaviour' => [
'localizationMode' => 'select',
'localizeChildrenAtParentLocalization' => 0,
'disableMovingChildrenWithParent' => 1
]
],
],

Thanks a lot for help!


Files

Click_localizeall_admin.png (153 KB) Click_localizeall_admin.png Click on "Localize All" as Admin JAKOTA Design Group GmbH, 2017-06-01 09:47
Click_localizeall_user.png (204 KB) Click_localizeall_user.png Click on "Localize All" as normal User JAKOTA Design Group GmbH, 2017-06-01 09:47

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #81047: Synchronize all Inline Data dosnt workClosed2017-04-27

Actions
Related to TYPO3 Core - Bug #80855: IRRE: "Localize all records" and "Synchronize with default language" not working anymoreClosed2017-04-16

Actions
Actions

Also available in: Atom PDF