Bug #91938
closedTranslation of IRRE records breaks UI
100%
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
Updated by Anonymous over 4 years ago
- Related to Bug #91942: JavaScript IRRE Handling spoils DataHandler added
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65214
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65214
Updated by Gerrit Code Review over 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65214
Updated by Gerrit Code Review over 4 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65214
Updated by Gerrit Code Review about 4 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65214
Updated by Gerrit Code Review about 4 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65455
Updated by Gerrit Code Review about 4 years ago
Patch set 2 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/65455
Updated by Andreas Fernandez about 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c29f21e4cb6d1fa7ede3ff52d470a5f1908b7f75.