Hricer
Results
1
comments of
Hricer
I have the same issue. It works correctly if you persist all root nodes first. ``` php $this->doctrine->persist($ou1); $this->doctrine->persist($ou2); $this->doctrine->persist($ou11); $this->doctrine->persist($ou21); $this->doctrine->flush(); ``` Why does the order matter? I think...