Bug #67630
closedLoop when resolving circular relations
100%
Description
When using circular relations in extbase
class Author
has protected $articles
and class Article
has protected $author
the DataMappers attempt to resolv it will fail in an infinite loop.
Reason:
While replacing the IdentityMap with the PersistenceSession, the call responsible for registering the newly resolved object to the session was moved down too far. The object has to be registered before the arguments get mapped, so that sub-objects getting mapped can find it.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40471
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40471
Updated by Gerrit Code Review over 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40471
Updated by Anonymous over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 91d12569bd83c19afea57e7c9613290ff6f531ed.
Updated by Gerrit Code Review over 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_7-3 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40541
Updated by Anonymous over 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 8fa7a66d15965bfb43b8003f1d24148b50cf5ef0.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed