mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noël Rouvignac
04.53.2016 cd737457af3d812b90fedfcef2769407a58e1a8d
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);
    }
  }