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
(User-visible)
major
#25082
Aufkappzustand von Gruppen in Formular-Editor-Formularen wird nicht erhalten
In an in-app form component, all groups that the user has collapsed reopen when switching models—this is annoying if you want to customize your view by expanding and collapsing groups and view multiple objects this way.
Implementation
The expanded state is stored in the personal configuration via a key. For groups created using the form editor, this key is generated from the FormContainer and the label’s tl:ResKey.
Test
- Start the application.
- Create a form for Demo A with at least one group containing a label.
- Switch to design mode.
- Create a new tab with two views: a table with "As" and a form that responds to the table’s selection.
- Collapse one of the labeled groups on the form.
- Switch to a different A.
Expected behavior: The groups retain their expanded state even after switching models.