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
For example, when accessing the demo's login page, the following error is logged **into the Developer Tools** console:
Uncaught ReferenceError: services is not defined
http://localhost:8080/demo/script/tl/util.js:765
The code starting from this line is: {{#!javascript services.util = {
/**
- Creates a two key based map. */
TwoKeyMap: function() { this._map = new Map(); }
} }}}
Test
View the browser developer console when opening the login page. There should be no errors in the log.