major
minor
minor
#27027
Declarative forms: SelectField disappears after upload if option list depends on mandatory property
#27042
MaintenanceJspBase should write to the log first, then to the client, instead of the other way around.
defect
minor
#27121
In-app reconfiguration and re-export of a modular layout crashes the application
Layouts created and exported within the app must be marked as "final." If this is not done, overlays will be reapplied afterward, which inevitably leads to duplicate component names and, consequently, an invalid layout.
Workaround
- After re-exporting, the marker ` final="true"` must be added to the ` config:template-call ` section of the layout XML.
Test
- Reconfigure the modular layout within the app, re-export it to the file system, and restart the application.