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
defect
minor
#26656
Changes to InApp components leaves locks behind
If an in-app component has requested a lock on an object (e.g., a tl:GridComponent in edit mode) and the component is then modified, the lock remains in place, but the object can no longer be edited.
Test
The test is built into the scripted test TestGridCreation.script.xml:
- Configure a tl:GridComponentin InApp.
- Edit an object in the GridComponent; do not make any changes.
- Make a trivial change to the GridComponent’s configuration, such as changing its name.
- Expected result: The object that was previously editable is not locked.