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
If an incorrect command group is configured in a tl:CommandHandler, this is checked when the command is registered in the CommandHandlerFactory; if such a command is defined only in the layout, no error occurs.
Improvement
The command’s clique is always checked when a command is created via the CommandHandlerFactory.
Test
Configure a command in the layout that has a nonexistent clique. An error must occur upon login.