[
https://issues.apache.org/jira/browse/SYNCOPE-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16063214#comment-16063214
]
ASF subversion and git services commented on SYNCOPE-1121:
----------------------------------------------------------
Commit 80f8289defa1a226d140cb95a38a425d98fffa82 in syncope's branch
refs/heads/2_0_X from [~andrea.patricelli]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=80f8289 ]
[SYNCOPE-1121] solved NPE with empty sections while updating user
> Enduser form customization does not work with empty section in edit mode
> ------------------------------------------------------------------------
>
> Key: SYNCOPE-1121
> URL: https://issues.apache.org/jira/browse/SYNCOPE-1121
> Project: Syncope
> Issue Type: Bug
> Components: enduser
> Affects Versions: 2.0.3
> Reporter: Andrea Patricelli
> Assignee: Andrea Patricelli
> Fix For: 2.0.4, 2.1.0
>
>
> Edit customForm.json in order to have an empty section, for example:
> {code}
> {
> "PLAIN":
> {
> "show": true,
> "attributes": {
> "firstname": {
> "readonly": true,
> "defaultValues": ["defaultFirstname1", "defaultFirstname2"]
> },
> "surname": {
> "readonly": false,
> "defaultValues": []
> },
> "fullname": {
> "readonly": false
> },
> "email": {
> "readonly": false,
> "defaultValues": ["[email protected]"]
> },
> "userId": {
> "readonly": false
> },
> "cool": {
> "readonly": true,
> "defaultValues": ["true"]
> },
> "additional#loginDate": {
> "readonly": false
> },
> "additional#cool": {
> "readonly": false,
> "defaultValues": ["true"]
> }
> }
> }
> }
> {code}
> Then run Syncope (for example embedded mode) and self-edit user (puccini for
> example).
> Logs will show NPE and attributes will not be populated.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)