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
#27027
Declarative forms: SelectField disappears after upload if option list depends on mandatory property
If the options for a property depend on a mandatory property and no value has been set for that property, the field is hidden.
This logic is nonsense and will be removed.
Test
#!java
@Mandatory
BinaryData getA();
@Options(fun=Xxx.class, args=@Ref("a"))
String getB();