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

jvergara
28.34.2009 8f59b2f80eab5a18bc35028b29b9160195409e9c
opends/src/guitools/org/opends/guitools/controlpanel/ui/ImportLDIFPanel.java
@@ -288,6 +288,12 @@
    gbc.gridy ++;
    add(replaceEntries, gbc);
//  TODO: change this once the append is supported by the import again.
    lImportType.setVisible(false);
    overwrite.setVisible(false);
    append.setVisible(false);
    replaceEntries.setVisible(false);
    gbc.gridx = 0;
    gbc.gridy ++;
    gbc.insets.left = 0;
@@ -709,7 +715,8 @@
      }
      if (append.isSelected())
      {
        args.add("--append");
        // TODO: change this once the append is supported again by the import.
        //args.add("--append");
        if (replaceEntries.isSelected())
        {
          args.add("--replaceExisting");