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
HTML can be embedded in TLScript in {{...}}. In turn, script expressions can be embedded in {`...}`, whose evaluation result is output. However, a {` character can be quoted via `\{. However, the character {` is not currently output, but the character with its quote: `\{.
Test
- Evaluate expression {{ <b>a \{bracket\}</b> }}.
- Expectation: you get the text "a {bracket}" in bold.
- test.com.top_logic.model.search.expr.config.dom.TestExprFactory.testHtmlQuote()