Skip to content

Commit

Permalink
Merge pull request #6010 from pkriens/issue/finish-enabled-during-tem…
Browse files Browse the repository at this point in the history
…plate

Finish button enabled during template selection
  • Loading branch information
pkriens committed Feb 1, 2024
2 parents a6ca29c + 3b227d7 commit f9439ee
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,9 @@ public IWizardPage getNextPage(IWizardPage page) {
return ISkippingWizard.super.getNextPage(page);
}

@Override
public boolean canFinish() {
return getContainer().getCurrentPage() != templatePage;
}

}

0 comments on commit f9439ee

Please sign in to comment.