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

kenneth_suter
12.41.2007 6452a0b512de72a2beb6da4a3f50fdc788a0f90f
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/GuiApplication.java
@@ -307,7 +307,7 @@
   * step from <code>step</code>
   */
  public boolean canGoForward(WizardStep step) {
    return getNextWizardStep(step) != null;
    return !step.isProgressStep() && getNextWizardStep(step) != null;
  }
  /**
@@ -595,7 +595,7 @@
  /**
   * {@inheritDoc}
   */
  protected UserInteraction userInteraction() {
  public UserInteraction userInteraction() {
    UserInteraction ui = null;
    if (!getUserData().isSilent()) {
      if (Utils.isCli()) {