-
Notifications
You must be signed in to change notification settings - Fork 14
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
Delete Node: Tree must stay consistent #515
Comments
electronicbites
moved this from Todo
to In Progress
in Radiator: Collaborator / Composer
Feb 18, 2024
electronicbites
added a commit
that referenced
this issue
Feb 20, 2024
in a consistent state fix related to #515
electronicbites
added a commit
that referenced
this issue
Feb 20, 2024
in a consistent state fix related to #515
electronicbites
added a commit
that referenced
this issue
Feb 20, 2024
in a consistent state fix related to #515
electronicbites
added a commit
that referenced
this issue
Feb 25, 2024
in a consistent state fix related to #515
electronicbites
added a commit
that referenced
this issue
Feb 25, 2024
in a consistent state fix related to #515
electronicbites
added a commit
that referenced
this issue
Mar 21, 2024
in a consistent state fix related to #515
electronicbites
added a commit
that referenced
this issue
Apr 14, 2024
in a consistent state fix related to #515
electronicbites
moved this from In Progress
to Done
in Radiator: Collaborator / Composer
May 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a node gets deleted, the next node in line pointing to the node to delete must be updated and link to the same node as the deleted one before (attribute
prev_id
.When a node gets deleted all of its children must be deleted as well.
The text was updated successfully, but these errors were encountered: