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
#25800
Inkonsistente Parametrisierung von Generic-Create und Grid-Create-Handler
The signatures for creation functions vary.
In the Generic Create Handler by Expression, the function is called “Link Operation.” The signature is create(context, newObject).
For the "Create Grid" handler based on an expression, the function is called "Initialization." The signature is create(newObject, context). This is unnecessarily the exact opposite.
Please check if this can be aligned.
Migration
The arguments for the initOperation expression of the tl:GridCreateHandlerByExpression have been adjusted.
- The layouts in the database will be automatically migrated the next time the application starts.
- The other layouts that use the initOperation of GridCreateHandlerByExpression and are not stored in the database must be updated manually: a -> b -> c becomes b -> a -> c
Test
Check whether the signatures of the two CreateHandlers are identical.