Skip to content

Commit 2362f19

Browse files
author
Bohdan Korablov
committed
MAGETWO-55268: Upgrade/Check Requirements process
1 parent 4bcc0b4 commit 2362f19

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
// @codingStandardsIgnoreFile
88

99
?>
10-
11-
1210
<div ng-switch="isCompleted()">
1311

1412
<div ng-switch-when="true" ng-switch="hasErrors">
@@ -38,7 +36,9 @@
3836
</div>
3937

4038
<div class="extensions-information" ng-if="$state.current.type == 'update' && getObjectSize(getExtensionsList()) > 0">
41-
<div class="message message-warning">
39+
<div class="message message-warning"
40+
ng-show="componentDependency.processed && componentDependency.responseType != 'success'"
41+
>
4242
We found some extensions with available version updates. We recommend that you update to the recommended
4343
versions or remove these extensions from the installation process. We found some extensions with available
4444
version updates. We recommend that you update to the recommended versions or remove these extensions from
@@ -67,12 +67,12 @@
6767
</li>
6868
</ul>
6969

70-
<div ng-show="needReCheck && !checkingInProgress()">
70+
<div ng-show="(needReCheck || hasErrors) && !checkingInProgress()">
7171
<button ng-click="$state.forceReload()" class="btn btn-medium btn-secondary">
72-
<span>Recheck</span>
72+
<span>Try Again</span>
7373
</button>
7474
</div>
75-
<div ng-show="!needReCheck && !checkingInProgress()">
75+
<div ng-show="!needReCheck && !checkingInProgress() && !hasErrors">
7676
<button ng-click="nextState()" class="btn btn-medium btn-prime">
7777
<span>Update</span>
7878
</button>

0 commit comments

Comments
 (0)