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.
enhancement
By default, the tl:FormComponent should rebuild the form when invalidate() is called. To prevent this, the new configuration option resetInvalidate can be set to false.
Code Migration
As a general rule, this change should not affect the application. If it does, the configuration option in question must be set.
Overrides of ` invalidate()` that explicitly reset the `tl:FormContext` can be removed.
Test
No test.