Actions
Task #825
closedMultivalued attribute with null values
Status:
Closed
Priority:
Normal
Assignee:
Ondřej Kopr
Category:
Attribute mapping
Target version:
Start date:
11/07/2017
Due date:
% Done:
100%
Estimated time:
Owner:
Description
After transform multivalued attribute script return null value, method convertIcAttribute in ConnIdIcConvertUtil return null value and into Attributes is null value see example:
before:
[ IcAttributeImpl [name=ldapGroups, values=[]], IcAttributeImpl [name=uid, values=[test_test]], IcAttributeImpl [name=manager, values=null] ]
After:
[ null, Attribute: {Name=ldapGroups, Value=[]}, Attribute: {Name=uid, Value=[test_test]} ]
Actions