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
Currently, the width is hard-coded to 300, 330, "330px," etc., in various places in the code.
Implementation
The theme variable FILTER_DIALOG_WIDTH allows for theme-dependent configuration of the filter dialog’s width. The default value is 300 pixels.
Test
Change the theme variable FILTER_DIALOG_WIDTH to 500px and check whether the width has been adjusted.