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
enhancement
In test scripts, model elements are de facto always referenced by label. This label generally corresponds roughly to the local name of the type. In technical tests, introducing a new test model quickly leads to ambiguities:
#!xml <value config:interface="com.top_logic.layout.scripting.recorder.ref.ui.form.OptionByLabelNaming$Name" label="A" />
Instead, it is better to use the qualified name for model references when recording:
#!xml <value config:interface="com.top_logic.model.util.scripting.TLModelPartNaming$Name" ref="TestOtherAttributes:A" />
Test
- Various tests involving name conflicts have been adjusted.