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
#25774
Generierte ID bei Auswahl eines Grid-Dialogs als Detail-Opener
A newly created dialog in a grid is intended to be used as a detail dialog. The dialog appears in the selection list with a generated ID instead of its assigned name, making it difficult to select.
Implementation
A simple heuristic has been added that provides a user-friendly label for a component.
- If a title is present, for example, then that title is used.
- If the component is a tab, then the tab’s label is used.
- If the component is the outermost component of a dialog, the dialog’s name is used.
- Otherwise, the component’s name or the result of `tl:MetaResourceProvider` is used.
Test
For example, the options for the detail view of an in-app grid should not contain technical names or generated IDs.