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.
enhancement
(User-visible)
There should be a "JSON" data type that represents a JSON object (JavaScript Object Notation).
Test
- TestJSONAttribute.script.xml or
- manually
- In the TL demo, the new attribute: DemoTypes:DemoTypes.A#json
- In an `A`, enter the value `{"a":4,"b":5}` in JSON.
- In Expert Mode, search for `all(`DemoTypes:DemoTypes.A`).filter(x -> {y = $x.get(`DemoTypes:DemoTypes.A#json`); $y != null and $y["a"] == 4})`.