diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-09 12:13:56 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-09 16:20:22 +0200 |
commit | e9ac473ec7dc0433cadf3f64f5d7980e38e0b93c (patch) | |
tree | f641493172b0f5a82b6207e1bb3c058f6f2d4914 /server/sonar-web/src/main/js/apps/groups/update-view.js | |
parent | 6e85ae2bcf98c12c634e792742a72b8e02a04d33 (diff) | |
download | sonarqube-e9ac473ec7dc0433cadf3f64f5d7980e38e0b93c.tar.gz sonarqube-e9ac473ec7dc0433cadf3f64f5d7980e38e0b93c.zip |
upgrade backbone.marionette
Diffstat (limited to 'server/sonar-web/src/main/js/apps/groups/update-view.js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/groups/update-view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/groups/update-view.js b/server/sonar-web/src/main/js/apps/groups/update-view.js index 71383a1793d..850ddb7510f 100644 --- a/server/sonar-web/src/main/js/apps/groups/update-view.js +++ b/server/sonar-web/src/main/js/apps/groups/update-view.js @@ -18,7 +18,7 @@ define([ } }).done(function () { that.collection.refresh(); - that.close(); + that.destroy(); }).fail(function (jqXHR) { that.enableForm(); that.showErrors(jqXHR.responseJSON.errors, jqXHR.responseJSON.warnings); |