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
(User-visible)
When a form is created from a tl:ConfigurationItem, tl:Editor and tl:ControlProvider—annotated on the target type, among other things—are applied.
For a `tl:Expr`, a `tl:ErrorControl` is rendered by both the editor and the `ControlProvider`.
Solution
The ControlProvider’s ErrorControl is in the wrong place and is removed.
Test
- Go to Technical Demo > Layout Framework #1 > Forms > Declarative Form Definition
- In the Objects (not empty) field , enter an invalid !TLScript expression (e.g., DDD).
- Expected: An error icon appears behind the "Expression" label.
- Expected: **No** second icon is displayed. In particular, not in the upper-right corner of the entire form.