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
(User-visible)
The Form Editor stores a list of elements. The attributes are identified by their type and name. However, if an attribute is renamed, the entire form that references it can no longer be displayed.
Attributes that no longer exist—or no longer exist under that name—should be replaced with an error message in the Form Editor. This allows the remaining elements to still be rendered, and the problematic element can be manually replaced.
Test
- Start the application.
- Add an additional attribute to an `A` element.
- Create a form for this element “A” that includes the new attribute.
- Delete the new attribute.
- Open the form.
Expected result: The form displays all existing errors. A placeholder is displayed for the missing attribute.