Nodes in the middle of a tree can be deleted, but all children of the deleted node remain
Closed this issue · 2 comments
willymcgeejr commented
Description: Nodes in the middle of a tree can be deleted, but all children of the deleted node remain in the system, causing creation of further nodes to broken
Reproduction:
- Create a new tree in the tree UI
- Add nodes of depth 2 or greater
- Delete any prompt node with children that have additional prompts
- Creation of new nodes will now be bugged
cev092 commented
I removed the ability to delete nodes in the middle of a tree, thus preventing the ability to leave stranded nodes.
willymcgeejr commented
Resolved in Commit b0339fb to develop