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
Enhancement
Major
#26415
Embedding properties of a list of polymorphic objects into a form
The "Objects" option in the form editor allows embedding the properties of a list of other objects into the form of a main object. However, the functionality currently assumes that all objects have the same type. Only the properties that are selected by an inner form definition that is also specified are displayed. Thus, the function cannot be used if different properties per object type are to be displayed in the list.
Improvement
If no representation is specified for the inner object, the default representation of the object should be used.
Test
- In a form for a type configure "objects", do not configure a representation for the content objects.
- Expectation: When the objects are displayed, they are displayed in their default representation.