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
For string attributes (multi-line), tab indentation is lost during transmission via TL-Sync. These are converted to spaces. Line breaks, on the other hand, have been transmitted correctly since Ticket #26114.
The cause is that ` TagUtil.writeAttributeText(Appendable, int, char, boolean) ` does not quote the "horizontal tab" character. As a result, it is written directly. When this XML is parsed, it is converted to a space.
Test
TestTagWriter.testAttributeWithTab()