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
#25825
In-App Development: Grid-Create-Handler wird fälschlicher Weise für Tabellen angeboten
The "Table" template offers an "Expression-Based Grid Creation Handler" as a button option, even though it isn't supported at all.
If you select it anyway, a ClassCastException occurs when rendering the button in the Table toolbar:
(java.lang.ClassCastException: com.top_logic.layout.table.component.TableComponent cannot be cast to com.top_logic.element.layout.grid.GridComponent)
at com.top_logic.basic.ExceptionUtil.createException(ExceptionUtil.java:74)
at com.top_logic.layout.basic.AbstractControlBase.write(AbstractControlBase.java:703)
Now, an error symbol is rendered instead of the button, which unfortunately also covers the burger menu with the "Edit View" and "Delete View" options.
This means you can no longer access the settings to correct this error. You can’t even delete the broken view anymore.
Test
Create a table and check the options for the "Buttons" property. The Grid-Create-Handler should not be included in the list of options.