-
Notifications
You must be signed in to change notification settings - Fork 59
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
Moving nodes not working anymore #14
Comments
What's interesting is that I see now I had the same issue 4 years ago #4 and somehow I came to conclusion that it was procedure showing the tree that was problematic. After couple of hours of playing with it, the problem is that procedure that moves the nodes will fail to delete parent associations when you set parent to |
Here is the fixed version of p_get_tree that returns the proper breadcrumbs: ` USE DROP PROCEDURE IF EXISTS CREATE PROCEDURE DELIMITER ; DELIMITER $$` |
My bad.Run
mysql/all-in-one.sql
and then try moving C0 under B0 or any A node. Instead of having 1,3,2 as breadcrumbs, it will have 1,2,3.The text was updated successfully, but these errors were encountered: