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.
Updated by Gerrit Code Review almost 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/45099
Updated by Markus Klein almost 9 years ago
- Assignee set to Frank Nägler
- Target version set to 7.6.1
- Complexity set to easy
Updated by Gerrit Code Review almost 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/45099
Updated by Frank Nägler almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6f9d4ef88e98715cb9955fb863a3f3d994a9b2be.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions