Some small fixes and start on handling SSL better
This commit is contained in:
parent
30209e2bda
commit
98d63e00ee
5 changed files with 23 additions and 8 deletions
|
@ -180,7 +180,7 @@ angular.module("core-config-setup", ['angularFileUpload'])
|
|||
$scope.savingConfiguration = false;
|
||||
$scope.mapped.$hasChanges = false;
|
||||
$('#validateAndSaveModal').modal('hide');
|
||||
$scope.configurationSaved({});
|
||||
$scope.configurationSaved({'config': $scope.config});
|
||||
}, ApiService.errorDisplay('Could not save configuration. Please report this error.'));
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue