Project

General

Profile

Actions

Bug #79958

open

Cascade remove not working when using lazy loading

Added by Robert Jelinek over 7 years ago. Updated about 5 years ago.

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

Also available in: Atom PDF