Actions
Bug #71413
closedFormInlineAjaxController::create should set inlineParent values in child
Start date:
2015-11-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In FormInlineAjaxController::create line 109 following the compiler input for new child element is setup. It is missing the inlineParent* values. These are only provided via inlineStructure to the DataProvider. As the parent values are already gathered in line 60 these should be added to the childs input.
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/44615
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/44615
Updated by Morton Jonuschat about 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset b2d87462e34a905fa536f31c5e080d7d1ad16428.
Actions