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
The template for in-app forms does not allow you to restrict the type of object for which the form is displayed. However, since you can specialize the form for such views—and this specialization is done for a very specific type—the form subsequently crashes for any other type that can also be used as the form’s model.
Test
- Configure an in-app form next to a polymorphic tree.
- Specialize the form display for one of the possible types, A.
- Select an object of a different, incompatible type X in the tree.
- Expectation: The form hides for the mismatched type.
- Select a subtype B` of the original type `A` in the tree.
- Expectation: The form is displayed.
- Specialize the form again.
- Expectation: Only the attributes of the original type A are displayed.
- Select an object of type ` A ` from the tree again.
- Expected: The form remains displayed.