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 #1

Updated by Mona Muzaffar almost 7 years ago

  • Category set to Localization
Actions #2

Updated by Mona Muzaffar almost 7 years ago

  • Related to Bug #81047: Synchronize all Inline Data dosnt work added
Actions #3

Updated by Mona Muzaffar almost 7 years ago

  • Assignee deleted (Angela Dudtkowski)
Actions #4

Updated by Mona Muzaffar almost 7 years ago

  • Related to Bug #80855: IRRE: "Localize all records" and "Synchronize with default language" not working anymore added

Updated by JAKOTA Design Group GmbH almost 7 years ago

If you try to localize all records as admin user, just nothing happen. But if you try to localize the inline elements as regular user you get following error: "No content edit permission for user {be_users.uid} on page root node."

Actions #6

Updated by Sarah Rehbock almost 7 years ago

I can confirm that this happens with TYPO3 8.7.1 and gridelements 8.0.0-dev as well.

Actions #7

Updated by Susanne Moog almost 7 years ago

  • Status changed from New to Needs Feedback

This should be fixed by these patches: https://review.typo3.org/#/q/I139b426c6598a93a2012cae088e3cbece4e1a83b

Can you check?

Actions #8

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Needs Feedback to Closed

90 days without feedback -> closing it.

If you think that this is the wrong decision or experience the issue again or have more information about how to reproduce it, please reopen it or open a new issue with a reference to this one. Thank you.

Actions

Also available in: Atom PDF