Skip to content

Commit 14f5227

Browse files
Arjen MiedemaMastiuhin Oleksandr
authored andcommitted
Disable "Back" button on the first step of the setup
When you enter the setup of Magento, the "Back" button is enabled on the first step. When you click this, you go straight to the final step of the installation, without entering any data in the steps, so you can't install Magento at all. With this commit the back button on the first step of the setup is always disabled, since there's no previous step, except for the page where you agree with the terms and conditions, which is not part of the wizard.
1 parent b0d58cc commit 14f5227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/view/magento/setup/readiness-check.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<button
1919
type="button"
2020
class="btn"
21-
ng-click="goToStart()"
21+
disabled="disabled"
2222
>Back</button>
2323
</div>
2424
<div class="btn-wrap btn-wrap-try-again"

0 commit comments

Comments
 (0)