refresh config after appstore login
1. create new cloudron 2. appstore login 3. go to domains view. cannot add more than one domain because config.features is not refreshed.
This commit is contained in:
@@ -516,6 +516,8 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
Client.prototype.setConfig = function (config) {
|
||||
var that = this;
|
||||
|
||||
console.log('SETTING CONFIG');
|
||||
console.dir(config);
|
||||
angular.copy(config, this._config);
|
||||
|
||||
<% if (appstore.webOrigin) { -%>
|
||||
|
||||
Reference in New Issue
Block a user