Major
Detail
Detail
#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.
Bugfix
If a wrong command clique is configured in a tl:CommandHandler, this is checked if the command is registered in the CommandHandlerFactory; if such a command is only stored in the layout, no error occurs.
Improvement
The clique of the command is always checked when a command is created via the CommandHandlerFactory.
Test
Configure a command in the layout that has a non-existing clique. An error must occur when logging in.