-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 8.10, 9.2
-
Component/s: Rest API
-
Release Notes Summary:The userprofile content enricher returns all the expected fields
-
Backlog priority:500
-
Sprint:nxfit 9.3.9, nxfit 9.3.10
-
Story Points:3
Here is userprofile schema:
<?xml version="1.0"?> <xs:schema targetNamespace="http://www.nuxeo.core/ecm/schemas/userprofile/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:nxs="http://www.nuxeo.core/ecm/schemas/userprofile/"> <xs:include schemaLocation="core-types.xsd" /> <xs:element name="avatar" type="nxs:content" /> <xs:element name="birthdate" type="xs:date" /> <xs:element name="phonenumber" type="xs:string" /> <xs:element name="gender" type="xs:boolean" default="false" /> <xs:element name="locale" type="xs:string" /> </xs:schema>
Here is the userprofile content enricher's output:
"contextParameters": { "userprofile": { "birthdate": null, "phonenumber": null, "avatar": null } }
Fields gender and locale are missing.
- is required by
-
ELEMENTS-431 Align nuxeo-user-avatar element on User Profile Enricher refactoring
- Resolved