File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
setup/view/magento/setup/readiness-check Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
// @codingStandardsIgnoreFile
8
8
9
9
?>
10
-
11
-
12
10
<div ng-switch="isCompleted()">
13
11
14
12
<div ng-switch-when="true" ng-switch="hasErrors">
38
36
</div>
39
37
40
38
<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
+ >
42
42
We found some extensions with available version updates. We recommend that you update to the recommended
43
43
versions or remove these extensions from the installation process. We found some extensions with available
44
44
version updates. We recommend that you update to the recommended versions or remove these extensions from
67
67
</li>
68
68
</ul>
69
69
70
- <div ng-show="needReCheck && !checkingInProgress()">
70
+ <div ng-show="( needReCheck || hasErrors) && !checkingInProgress()">
71
71
<button ng-click="$state.forceReload()" class="btn btn-medium btn-secondary">
72
- <span>Recheck </span>
72
+ <span>Try Again </span>
73
73
</button>
74
74
</div>
75
- <div ng-show="!needReCheck && !checkingInProgress()">
75
+ <div ng-show="!needReCheck && !checkingInProgress() && !hasErrors ">
76
76
<button ng-click="nextState()" class="btn btn-medium btn-prime">
77
77
<span>Update</span>
78
78
</button>
You can’t perform that action at this time.
0 commit comments