Skip to content

Commit dd030da

Browse files
committed
MAGETWO-50853: Install new component shows wrong message during readiness check
- added extension name to localstorage so that it can be displayed on readiness check
1 parent 135f967 commit dd030da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/pub/magento/setup/install-extension-grid.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ angular.module('install-extension-grid', ['ngStorage', 'clickOut'])
143143
version: extension.version
144144
}
145145
];
146+
$localStorage.moduleName = extension.name;
146147
$scope.error = false;
147148
$scope.errorMessage = '';
148149
}

0 commit comments

Comments
 (0)