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
#26431
Changed superclass relationship leads to changed attribute list in the form editor only after a restart
The tl:TLModelCache considers only those tl:KnowledgeItems whose wrapper is a tl:TLModelPart to be relevant for its update behavior. tl:KnowledgeAssociations are not taken into account.
Example
Suppose you have configured the model
configured in the application and then change the supertype of C` from `B to A
, the TLModelCache will not update. Among other things, this results in the attributes of C` incorrectly still being `Attr3 and Name.
Test
TestTLModelUtilPersistent