Actions
Bug #91938
closedTranslation of IRRE records breaks UI
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-08-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Given:
- website with 2 languages (default and EN)
- Content Element of CType "ABC"
- ABC has a field of type inline (relation to table a)
- the foreign table has just a field of type input
- create page
- create content
- translate page
- translate content
- modify content: add another item to the IRRE field
- switch over to translated content element
now you see a "grayed out" IRRE item. Next to it a "localize"-button
ISSUE:
You hit the button "localize".
Wrong behaviour:
The grayed out item remains visible. Another item appears below.
Expected behaviour:
it should create a IRRE-element which replaces the "grayed out" item (as in TYPO3 v9).
Observed JavaScript Error in Browser Console:
InlineControlContainer.js?bust=1596661753:13 Uncaught (in promise) TypeError: t.compilerInput.localize is not iterable
at VM1957 InlineControlContainer.js:13
See
Actions