Details
-
User Story
-
Resolution: Out of scope
-
P2: Important
-
None
-
None
-
None
Description
- Given an existing model tree
- When I change the parent of a node
- Then the node is removed from the children list of it's previous parent (if it exists)
- And the node is added to the children of the new parent (if it exists)
- And inherited properties of the node's children reflect the new hierarchy