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

jvergara
19.20.2007 0bce3ec87ff3b2d6dabf7c90174bd3953d7cd5c1
When no suffixes to replicate are found in the topology, disable the "Replicate Suffix" radio button and select automatically the "Create New Suffix" radio button.
1 files modified
5 ■■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/installer/ui/SuffixesToReplicatePanel.java 5 ●●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/SuffixesToReplicatePanel.java
@@ -295,6 +295,11 @@
    noSuffixLabel.setVisible(!display);
    labelGlue.setVisible(!display);
    scroll.setVisible(display);
    if (!display)
    {
      rbCreateNewSuffix.setSelected(true);
    }
    rbReplicate.setEnabled(display);
    checkEnablingState();
  }