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