Skip to content

Commit a3e3023

Browse files
ENGCOM-1187: [Forwardport] Disable 'Back' button on the first step of the setup #14460
- Merge Pull Request #14460 from mastiuhin-olexandr/magento2:2.3-develop-PR-port-14309 - Merged commits: 1. 14f5227 2. 1214c4f
2 parents b0d58cc + 1214c4f commit a3e3023

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

setup/pub/magento/setup/main.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ main.controller('navigationController',
9393
return str.indexOf(suffix, str.length - suffix.length) !== -1;
9494
};
9595

96-
$scope.goToStart = function() {
97-
$scope.goToAction($state.current.type);
98-
};
99-
10096
$scope.goToBackup = function() {
10197
$state.go('root.create-backup-uninstall');
10298
};

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)