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)
Currently, the tables created with the FormEditor are custom tables.
These are to be replaced by tl:TableField in order to take advantage of all the features of a tl:TableControl (sorting, filtering, changing columns, etc.).
Test
- Design a form.
- Create a table (e.g., with type `Contacts:PersonContact ` and objects `all(`Contacts:PersonContact`)`). Select the columns to be initially visible.
- Display the form.
- Expected result: A standard table with the selected columns is displayed. Additional columns can be selected. Columns can be sorted and filtered as usual. If the form is in edit mode and a column is marked as "editable," the values in that column can be edited.