Skip to content

3369 fix missing ids no command

Simon Barner requested to merge 3369-fixMissingIds_no_command into master
  • 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

Merge request reports