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.
Actions