major
minor
defect
major
minor
#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 you to embed the properties of a list of other objects into the form of a main object. However, this functionality currently assumes that all objects are of the same type. Only those properties are displayed that are selected by an inner form definition that is also specified. This means the function cannot be used if different properties are to be displayed for each object type in the list.
Improvement
If no display is specified for the inner object, the object’s default display should be used.
Test
- Configure a form for the "Objects" type; do not configure a display for the content objects.
- Expected Result: When displayed, the objects are shown in their default view.