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
minor
#25354
Grid im Layout-Editor ist mit nur einem Elementtyp konfigurierbar
The corresponding "typ" property has the type TLTypeRef and can therefore only be assigned an element type. However, a grid itself has the "elementTypes" parameter, which expects an array of strings—this property is essential for a TreeGrid. It would be nice if this property were also available out-of-the-box in the layout editor.
Test
- Generate new demo data.
- Create a new tab.
- Create a new table or grid.
- Select “Demo All” and “Contacts” as types, and use `Name` for the column.
- For the elements of the table rows, you can use the following TLScript expression, for example, which calculates objects of the two types mentioned.
all(`DemoTypes:DemoTypes.A`).union(all(`Contacts:Contact.Person`))
- The generated table should now contain both contacts and demo data.