Open
Description
Currently a team split is a non reversible operation. Together with the specification (or current implementation) that each unit can only be part of a single team hierarchy, team splits cannot be tested in the unit tests. Hence I set the bug label.
To fix this I see the following possibilities:
- allow one unit in multiple teams (requires that the team hierarchy is not a single tree)
- provide a merge or join operation
As far as I see, DART 3.2 already provides an interface therefor.