major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
defect
minor
#25769
TestNoHardIconReferences für Applikationen nicht standardmäßig aktivieren
When you create a new application in TL-Studio, create a top-level tab with an icon using the in-app tools, export the layout, and start a build, the TestNoHardIconReferences test fails.
Improvement
At best, this test is still relevant for framework modules intended to be reused in different contexts. However, it’s unreasonable to expect an app to route every icon through a theme variable.
The test can be disabled with
#!xml <config config:interface="test.com.top_logic.util.AbstractTestAll$GlobalConfig" test-no-hard-icon-references="false" />
in a test configuration. When creating a new application, this is already set in the template.
Test
- Create a new app.
- Create a top-level tab with an icon in-app.
- Export layouts.
- Test the new module.
- No error should be reported from TestNoHardIconReferences.