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
Currently, models and database definitions still have to be created manually and entered into the application configuration. It would be better if the template for a new module also automatically created a template for the module’s model and database definition and registered them in the application configuration.
Test
- Create a new module.
- In WEB-INF/model/xxx.model.xml, comment out the commented-out model.
- In WEB-INF/kbase/xxxMeta.xml, comment out the commented-out table.
- Start the application.
- Check whether the module and the table were created (in the model or database administration).