3369 fix missing ids no command
- UniqueIdUtils.fixMissingIds() has been changed to not wrap model modification into a command.
- This allows to revert a change where this call has been moved from ComponentArchitectureTransformationBase.transform() to the callers of transform() (since commands are not supported in tests)
- Allow with this change, the explicit fixup of Ids has been removed from ImportProjectUtils since it is performed by kernel's ModelContext
Edited by Simon Barner