-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Root cannot be changed manually, change parent instead #2155
Comments
Reopening this since the original was closed. Thank you for referencing it! If anyone is experiencing this issue, please react or comment. |
I started getting it too, weirdly on doctrine 2.10.0 and gedmo 3.1.0 |
We are experiencing the same issue as soon as a second flush is called during execution of a single request. The gedmo tree listener on first flush handles the tree node insertions and modifies the nodes. We are running on doctrine/orm 2.10 and gedmo 3.1.0 (via stof/doctrine-extensions-bundle 1.6.0) |
We downgraded doctrine/orm to 2.9.* which allowed gedmo 3.2.0 and this combination is working perfectly fine |
We had a similar setup using Related to #2261 |
Hi! I can confirm downgrading to doctrine/orm 2.9.6 fixes the issue. |
Hi, can you please try #2272 to see if it works with |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Version of doctrine/orm that I am using is: "2.7"
Scenario in place:
Desired scenario:
I want to delete the item from the menu itself.
Obviously I have checked this link, but my project is depending heavily on newest Doctrine/orm - #1026
The text was updated successfully, but these errors were encountered: