git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@10082 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
@@ -893,6 +893,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
$scope.close = function() {
$modalInstance.close();
+ window.location.reload();
};