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
#25244
Neue Modelltypen können nicht in einer inkrementell angelegten Tabelle gespeichert werden
When tables are created during an automatic migration (#24997), no "table types" are created in the application model for these new tables.
If new model types are now created in a migration and stored in one of these incrementally created tables, this results in an error because the corresponding table type cannot be found.
Solution
"Table types" are merely a workaround for TL-5 migrations anyway; they are therefore considered optional.
Test
- In an application that has already been booted once, create a new table in a *Meta.xml file and add another type to the model configuration that is stored in this table.
- Booting must be successful.