Bug #71488
closedStory #69617: FormEngine bugs
useCombination with foreign_selector has issues when retrieving / rendering data
100%
Description
Using a field with foreing_selector and useCombination results in no record to render being found and in a 500 exception
1.) When clicking on a record of the foreign_selector this line fails:
\TYPO3\CMS\Backend\Controller\FormInlineAjaxController line number 154:
$childData['combinationChild'] = $this->compileCombinationChild($childData, $parentConfig);
fails because the inline structure (third parameter) is missing.
2.) Even if that is fixed, the data is still incorrectly displayed, it looks like only the record in between is rendered without the combination record (I think it actually should call compileChild, as compileCombinationChild is then called in compileChild.
2.) Opening useCombination records via Ajax fails because it seems that table name and inline first pid of childs are used.
Updated by Gerrit Code Review about 9 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/44686
Updated by Gerrit Code Review about 9 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/44686
Updated by Andreas Allacher about 9 years ago
The added patchset fixes the above issues but I am not sure it is the correct why to fix those.
Updated by Gerrit Code Review about 9 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/44686
Updated by Gerrit Code Review about 9 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/44686
Updated by Gerrit Code Review about 9 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/44686
Updated by Gerrit Code Review about 9 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44686
Updated by Gerrit Code Review about 9 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44686
Updated by Gerrit Code Review about 9 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44686
Updated by Gerrit Code Review about 9 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44686
Updated by Anonymous almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bf34bbaf19f40486314b56a5cd3a77516c8a1969.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed