Skip to content

Doctrine eager loading should handle cycle / circular references #2444

@teohhanhui

Description

@teohhanhui

I don't remember why it was not done. Is there some reason why it's not possible?

We already use visited tracking when creating the subresource operations:

if (isset($visited[$visiting])) {
continue;
}

Related: #876, #1910

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions