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
The template arguments configuration of a view is not minified after editing. This ensures that a number of properties are taken into account when writing the configuration in the database or the file system, although they have the default as a value, for example. For reasons of the clarity this should be avoided.
Example
The following snippet is part of the grid template 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 of the properties have their default value. The following more compact and clear configuration is desirable:
#!xml <arguments defaultColumns="name" idColumn="name" type="DemoTypes:DemoTypes.All" > .. </arguments>
Test
For example, create a grid and export it. Then check if the layout configuration has been minified.