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
minor
#26807
Possible NPE in MonitorEventAccessor
The class
com.top_logic.base.bus.MonitorEventAccessor
can create an NPE in line 51,
return PersonManager.getManager().getPersonByName(theEvent.getUser().getUserName());
because an event does not necessarily have a user.
Test
No test.