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
minor
#25857
Typisierte Konfiguration: @ImplementationClassDefault auch für einfache Konfigurationsproperties verwenden
Currently, you can use `tl:ImplementationClassDefault` to specify the implementation class of a `tl:PolymorphicConfiguration` if it is not explicitly specified in a configuration.
Improvement
This mechanism should also be available for simple configuration properties of type `tl:ConfigurationItem`. For such properties, the configuration interface to be used by default is specified. In particular, for a property with a configuration type marked as @Abstract, the `config:interface` specification can be omitted if the default configuration interface is to be selected.
Test
- test.com.top_logic.basic.config.TestDefaultValues.testItemOptionsReadDefault()