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 a time input field (e.g., in a tl:DateTimeField) opens a time selection popup and a selection is made in that popup, an error is logged.
This occurs because the popup is constructed on the client side, but when it is closed, the client informs the server that a popup is being closed. However, the server is unaware of the popup since it was not opened on the server side, and therefore logs an error.
Test
- Open a time selection.
- Select a time.
- Expected Result: No error is logged; the popup closes; the time is transferred to the field.