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]} ]
Updated by Ondřej Kopr about 7 years ago
- Status changed from New to Needs feedback
- Assignee changed from Ondřej Kopr to Vít Švanda
- % Done changed from 0 to 70
Please Vitek could you make a review of the fix? Thanks.
commit: https://github.com/bcvsolutions/CzechIdMng/commit/2800af639536769b791564088953c1566354b55b
Updated by Ondřej Kopr about 7 years ago
I added this fix also into hotfix 7.5.3
commit: https://github.com/bcvsolutions/CzechIdMng/commit/6fad2147ee2b21e47e7a76029344ec69e87c18b9
Updated by Vít Švanda about 7 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Vít Švanda to Ondřej Kopr
- % Done changed from 70 to 100
I did review. Looks nice, thanks for that.
Actions