bug #9470
Updated by Andreas Kohlbecker almost 2 years ago
The constructor of CollectionDTO is being called recursively, to initialize also super collections. Prevent from endless loops in case of circular graphs, These are data errors. error.
Updated by Andreas Kohlbecker almost 2 years ago
The constructor of CollectionDTO is being called recursively, to initialize also super collections. Prevent from endless loops in case of circular graphs, These are data errors. error.