Bugfix
Detail
#28326
Crash at app startup when layouts in the DB have become invalid
If you change layout templates, it can easily happen that views currently saved in the database can no longer be loaded because the parameters no longer match the definition of the template. In this case, the application can no longer be started.
Instead, an error should be logged and the faulty layout ignored so that the application can still be started and logged on in order to be able to export other data in the DB or delete the faulty view.
Test
No test.