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
minor
#26417
Safety: Label output even in error situations and with invalid system status
The tl:MetaLabelProvider is generally used to display objects (in error messages). However, particularly in test cases involving the display of error messages, the tl:LabelProviderService may not be available at all. In this case, the error message display crashes with a message indicating that the required service is unavailable. This behavior is not helpful for identifying the cause of the error.
Resolution
The `tl:MetaLabelProvider` should be able to provide labels regardless of whether the `tl:LabelProviderService` is available or not.
Test
No test.