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
tl:TableDataExport has an API to download a table export. There should also be an API to provide only the export in the form of a tl:BinaryData, e.g. if the export should not be downloaded but delivered to an external system.
Implementation
The new API TableDataExport#createExportData(TableData, String) was created with which a tl:BinaryData can be created that contains the export of the given table.
Test
No test, refactoring.