Skip to content

Commit 3c25553

Browse files
author
Safwan Khan
committed
MAGETWO-33669: Contribution of Sprint 23 Work to Mainline
- Fixed HTTPS population merge error.
1 parent 0116c5f commit 3c25553

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup/pub/magento/setup/web-configuration.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ angular.module('web-configuration', ['ngStorage'])
6868
}
6969
});
7070

71+
$scope.populateHttps = function() {
72+
$scope.config.https.text = $scope.config.address.base_url.replace('http', 'https');
73+
};
74+
7175
$scope.showEncryptKey = function() {
7276
return angular.equals($scope.config.encrypt.type, 'user');
7377
}

0 commit comments

Comments
 (0)