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
enhancement
minor
#25281
Bessere Fehlermeldung bei falscher Konfiguration im FieldDefinitionTemplateProvider
The tl:FieldDefinitionTemplateProvider represents an attribute of the configured type
If the attribute does not exist (typo, attribute removed, etc.), the following vague error message is displayed:
(java.lang.NullPointerException)
Improvement
The names of the type and the attribute should be displayed.
Test
- In a form designed in-app and saved in a layout XML file, search for the definition of an attribute <field attribute="XXX" />
- Replace "XXX" with a nonexistent attribute.
- Display the form
- Expected result: A meaningful error message is displayed that includes the current type and the nonexistent attribute.