Actions
Bug #83412
closedUncaught DatabaseRecordException if foreign record is deleted
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2017-12-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Scenario:¶
A TCA column on side "A" is of type "inline" and refers to a foreign table, called "B". A record in "A" has a reference to a record in "B". If the record in "B" gets deleted, editing the record in "A" in not possible anymore as an DatabaseRecordException is thrown.
How to reproduce¶
Install EXT:styleguide, open the page "inline 11" and delete the record of type "Form engine - inline 1:1 child". Editing the record "Form engine - inline 1:1 with relation filed on parent side" with UID 1 not possible anymore due to the mentioned exception.
Actions