Major
Detail
Bugfix
Major
Detail
#26382
Error messages "Duplicate tag name..." when starting an application in the IDE from a TL-Studio
#26405
TTypeRewriter logs warning "Unable to resolve items by external reference" also unnecessarily
#26431
Changed superclass relationship leads to changed attribute list in the form editor only after a restart
Bugfix
Detail
#26579
ClassCastException when changing the type for the FormDefinitionEditor
If a tl:FormDefinitionEditor is annotated to a property of type tl:FormDefinition as @PropertyEditor, it is expected that the annotation @FormTypeProperty is also set, which specifies in which property the form type is located that serves as the basis for the form definition.
Here either a tl:TLStructuredType or a tl:TLModelPartRef is expected. If this annotated property is of type tl:TLModelPartRef and is changed, a ClassCastException occurs, because it is assumed that the value is a tl:TLStructuredType.
Test
- Open the form editor.
- Configure "Objects".
- In the configuration dialog for "Objects" select a type X` that has a specialization `Y.
- Configure a form for X
- Select Y.
- Expectation: No error will occur and the previously configured form will be preserved.