Actions
Bug #19499
closedSaving of data record too fast results in empty child records
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-10-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I use the extension rgnewsce which makes use of IRRE.
Now this use case makes great problems:
- I have lots of stored IRRE child records in my data record
- I edit the data record, the record gets loaded
- I save the record very fast
-> this leads to empty child records. Propably because the child records have not been loaded completely and then get saved with an empty content.
A solution could be to make sure the contents gets loaded completely before saving is possible.
(issue imported from #M9627)
Files
Actions