Project

General

Profile

Actions

Bug #93167

closed

InlineControlContainer.js Error in >v10.4.11 for type = ‘inline’:tt_content

Added by Oleg Karun over 3 years ago. Updated over 3 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
AdminPanel
Target version:
Start date:
2020-12-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

Description

When I try to add a new element


All fields empty and just RTE show added text

Have this error

Same problem with regular/core Fluid Elements

Tested with news:8.5.0. extension but also repeated with black TCA


'content_elements' => [
'exclude' => true,
'label' => $ll . 'tx_news_domain_model_news.content_elements',
'config' => [
'type' => 'inline',
'allowed' => 'tt_content',
'foreign_table' => 'tt_content',
'foreign_sortby' => 'sorting',
'foreign_field' => 'tx_news_related_news',
'minitems' => 0,
'maxitems' => 99,
'appearance' => [
'useXclassedVersion' => $configuration->getContentElementPreview(),
'collapseAll' => true,
'expandSingle' => true,
'levelLinksPosition' => 'bottom',
'useSortable' => true,
'showPossibleLocalizationRecords' => true,
'showRemovedLocalizationRecords' => true,
'showAllLocalizationLink' => true,
'showSynchronizationLink' => true,
'enabledControls' => [
'info' => false,
]
],
'behaviour' => [
'allowLanguageSynchronization' => true,
],
]
],

It seems the problem is a change in the file from TYPO3v 10.4.10 to v 10.4.11: typo3_src\typo3\sysext\backend\Resources\Public\JavaScript\FormEngine\Container\InlineControlContainer.js
When using the same file from the TYPO3 v10.4.10 and everything works just fine.


Files

Actions

Also available in: Atom PDF