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

Automatic Deletion of Unreferenced Child Nodes When Deleting a Rank #6295

Open
CarolineDenis opened this issue Mar 5, 2025 · 0 comments
Open
Milestone

Comments

@CarolineDenis
Copy link
Contributor

Enhance the tree viewer’s rank management by introducing the capability to automatically delete all child nodes of a rank if they are not referenced in a determination when the rank is deleted.

Proposed Enhancement:

  • When a user deletes a rank, the system will check if its child nodes are referenced in any determination.
  • If none of the child nodes are referenced, the rank and all its associated child nodes will be deleted automatically.
  • If any child nodes are referenced, a delete blocker will be displayed.

Expected Outcome:

This functionality will improve tree management by reducing unnecessary manual cleanups and ensuring that only relevant data remains in the system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant