Major
Detail
Bugfix
Major
Detail
#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
Bugfix
Detail
#26431
Changed superclass relationship leads to changed attribute list in the form editor only after a restart
The tl:TLModelCache recognizes as relevant for its update behavior only tl:KnowledgeItem whose wrapper is a tl:TLModelPart. tl:KnowledgeAssociation are not considered further.
Example
Suppose you have configured the model
in the application and then change the super type of C` from `B to A
then the TLModelCache does not update. This leads among other things to the fact that the attributes of C` are incorrectly still `Attr3 and Name.
Test
TestTLModelUtilPersistent