opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ViewEntryPanel.java
@@ -486,7 +486,9 @@ } if (!attr.isEmpty()) { sr.set(attr); org.forgerock.opendj.ldap.Entry entry = sr.getSdkEntry(); entry.removeAttribute(attr.getAttributeDescription()); entry.addAttribute(attr); } }