Skip to content

Commit

Permalink
fix: localized String should be converted to JSON (#2542)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
  • Loading branch information
yuremm and yurem authored Oct 5, 2022
1 parent 8d17850 commit 30225f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1673,6 +1673,7 @@ protected List<AttributeData> getAttributeDataFromLocalizedString(String ldapAtt
List<AttributeData> listAttributes = new ArrayList<>();

AttributeData attributeData = new AttributeData(ldapAttributeName, localizedString.getValues());
attributeData.setMultiValued(true);
listAttributes.add(attributeData);

return listAttributes;
Expand Down

0 comments on commit 30225f9

Please sign in to comment.