Organization Node Editor
Component Detail
User Interface
medium complexity
frontend
1
Dependencies
1
Dependents
1
Entities
0
Integrations
Description
Inline editing panel that appears contextually within the hierarchy tree to allow administrators to rename an organization, change its parent, or move it to a different subtree. Validates the target parent against scope restrictions before submitting.
org-node-editor
Responsibilities
- Provide inline form for editing organization name and parent assignment
- Validate that the selected parent is within the admin's authorized scope
- Submit PATCH requests to move or rename nodes
- Display validation errors and conflict warnings
Interfaces
openEditor(orgId)
closeEditor()
submitRename(orgId, newName)
submitMove(orgId, newParentId)
validateParentScope(parentId)
showConflictWarning(message)