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
#25225
Ein Attribut, das im Editor versteckt ist kann nicht als Tabellen-Spalte angezeigt werden
The problem is that no ColumnInfo is generated at all for hidden attributes. If you display such an attribute in a table anyway (for example, by defining the attribute as the "Main Column" of the type), the column will not have a translated header.
Solution
`ColumnInfo`s must be generated for all attributes. Visibility must be adjusted accordingly. An attribute that is not displayed in the editor should still be selectable as a column. Only attributes that are technically impossible to display in a table should be excluded.
Test
- For a Structure type (a specialization of StructuredElement), define the parent column as the main column.
- Display a table with this type.
- The “Parent Element” column should be displayed.