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
If a `tl:OptionProvider` is used in forms generated from configurations and there is more than one option, an option is preselected if the property is of type `ConfigurationItem` and is required.
Which one is used is essentially random, since the options are taken from the type indexer, which does not maintain any order among the options.
Improvement
The options should be sorted by label.
Test
- Configure an attribute in-app and add the "Suggested Values" customization.
- Expected: The options are sorted alphabetically.
- Change the translation of an option so that a new order results when sorted alphabetically.
- Restart.
- Configure the attribute in-app and add the "Suggested Values" customization.
- Expected result: The options are reordered but still in alphabetical order.