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
tl:TableDataExport has an API for downloading a table export. There should also be an API that provides the export only in the form of tl:BinaryData, e.g., if the export is not to be downloaded but rather delivered to an external system.
Implementation
The new API ` TableDataExport#createExportData(TableData, String) ` has been implemented, which can be used to create a ` tl:BinaryData ` containing the export of the given table.
Test
No testing; refactoring.