Actions
Bug #79958
openCascade remove not working when using lazy loading
Status:
New
Priority:
Must have
Assignee:
-
Category:
Extbase
Target version:
-
Start date:
2017-02-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In case someone uses lazyloading in combination with cascade remove this will not working (lazy references sub-tables are not handled).
The following situation:
table A
id
b = 1:N reference to B with lazy loading and cascade remove
table B
id
When deleting an entry of table A by loading entry of table A and simply call repository->remove(<object A>), this is not working (tested at 7.16.11).
Actions