Actions
Bug #104541
closedNested objects get saved on PID 0 when added by extbase persistence
Start date:
2024-08-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When extbase persists a new object, the `determineStoragePageIdForNewRecord` function is used to find the PID for the object. It the object however has properties, which also represent a domain model, then those properties are saved to PID 0.
Actions