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
#27078
Prevent unnecessary, incorrect conversion of simple attribute values
The tl:AttributeUpdate serves as an intermediate layer between the tl:FormField and the tl:TLStructuredTypePart.
If an attribute is not marked as "multivalued" but the value is still a collection (e.g., because the target type of the attribute is a data type whose value is always a collection), the attribute update expects the value to be a singleton list, and the single value is extracted. This is likely compatibility code and is generally incorrect.
The compatibility code will be removed.
Test
No additional test.