major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
defect
The handler that deletes a tl:TLModelPart does not check for "constraints." For example, a tl:TLModule must not be deleted if, among other things, the classes defined there contain subtypes in other modules.
Test
- Create a module with ` A extends B `, where `A` and `B` are located in the same module (attachment:TestInheritance.model.xml).
- Delete the entire module.
- No error message should appear. The module should be deleted as expected.
In addition, an error message should appear in the following scenario
- Create a new module named Module1, then create type A.
- Create a new module, Module2, and then create the types B extends A and C extends A.
- DeleteModule1. The module should not be deleted. An error message should appear.