Skip to content
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

Handle reference nodes when the source node is deleted #319

Open
taramk opened this issue Nov 27, 2024 · 0 comments
Open

Handle reference nodes when the source node is deleted #319

taramk opened this issue Nov 27, 2024 · 0 comments
Labels
enhancement New feature or request needs planning

Comments

@taramk
Copy link
Contributor

taramk commented Nov 27, 2024

Currently, if you delete a node that has reference nodes, the reference nodes are deleted as well. We should not assume the user wants to delete the reference nodes.

Quick fix:
Convert reference nodes to regular nodes

Ideal:
When a user deletes a node that has reference nodes, ask user whether they want to delete the reference nodes or convert them to regular nodes.

@taramk taramk added enhancement New feature or request needs planning labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs planning
Projects
None yet
Development

No branches or pull requests

1 participant