Actions
Bug #72014
closedStory #69617: FormEngine bugs
IRRE: Child records with validation issues avoid saving of main form, even when they are deleted
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2015-12-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
I've recognizes this issue in DCE extension under current dev-master.
Steps to reproduce:- Create a child element in IRRE
- Change an attribute of this child element, which requests an update (
ctrl->requestUpdate
) - The child element needs at least one field which has some validations, like
eval: trim,required
. - Now delete the child element from IRRE
- You are not able to save the main (parent) record. It still marks the tab which contains the IRRE field red
The only solution is to reload the form, which brings the "deleted" child element back, then you need to fill out the required fields and then you are able to delete the child record.
Actions