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
The template argument configuration for a view is not minified after editing. This ensures that a number of properties are taken into account when the configuration is written to the database or the file system, even if their values are set to the default, for example. For the sake of clarity, this should be avoided.
Example
The following snippet is part of the grid template’s arguments:
#!xml <arguments defaultColumns="name" defaultSelection="true" detailComponent="" fixedColumns="2" idColumn="name" isSecurityMaster="false" multiSelection="false" partnerGroup="" showDetailOpener="false" type="DemoTypes:DemoTypes.All" > .. </arguments>
Most properties have their default values. The following more compact and clearer configuration is recommended:
#!xml <arguments defaultColumns="name" idColumn="name" type="DemoTypes:DemoTypes.All" > .. </arguments>
Test
For example, create and export a grid. Then check whether the layout configuration has been minified.