-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 7.1
-
Fix Version/s: None
-
Component/s: Automation
org.nuxeo.ecm.automation.core.util.JSONPropertyWriter write list properties as list of strings whatever the base type of the items.
This happens in method writeListPropertyValue
org.nuxeo.ecm.core.schema.types.Type type = ((ListType) prop.getType()).getFieldType(); for (Object o : ar) { jg.writeString(type.encode(o)); }
- duplicates
-
NXP-16861 Document's JSON: the scalar property are not marshalled correctly when their type isn't primitive
- Resolved