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

kenneth_suter
12.41.2007 d00c43b28a6cac711412231562b74e135255d3de
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()) {