Closed (fixed)
Project:
Child Entity
Version:
2.0.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Oct 2021 at 10:27 UTC
Updated:
8 Feb 2026 at 19:44 UTC
Jump to comment: Most recent
Building route parameters of child entities with parents that are also child entities (that have grandparents) causes an infinite recursion.
Entity1 is child entity of Entity2.
Entity2 is child entity of Entity3.
Build a route for Entity1.
Included a patch that modifies the buildParentParams() method in the ChildEntityTrait.
Review patch.
| Comment | File | Size | Author |
|---|---|---|---|
| avoid-recursion-grandparent.patch | 822 bytes | simonbaese |
Comments
Comment #2
simonbaeseComment #3
dwkitchen commentedComment #4
dwkitchen commented