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 following scenario results in the duplication of group nodes when using ConfiguredGroupContentBuilder:
- Create a group node G.
- Create a new node K as a child of G (e.g., programmatically or via another interface).
- An update is triggered (via GraphComponent.handleModelCreated())
Result: There is now a new group node with the exact same name as the group node G.
=== Cause
The implementation in ConfiguredGroupContentBuilder.createNode(GraphModel, Object) in TL 6.2.0 creates the parent node regardless of whether it already exists or not.
=== Test
The scenario described above should not create duplicates.