Open Issues Need Help
View All on GitHub Add validation to prevent reparenting node to its own descendant about 2 months ago
AI Summary: This issue addresses a bug in the `reparent_node` command where it lacks validation to prevent a node from being reparented to its own descendant. This oversight can lead to crashes or tree corruption. The proposed fix involves adding a check to ensure the new parent is not the node itself or an ancestor of the node before reparenting.
Complexity:
2/5
bug good first issue priority:medium