diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2017-01-17 15:47:15 +0100 |
---|---|---|
committer | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-02-01 09:43:03 +0100 |
commit | 340ec3fc052834b56735d1a0323e312a25b41d0b (patch) | |
tree | 26785f4a8151ae32ca4d4b550a709eced3cb1b0e /server/sonar-web/src/main/js/apps/groups/delete-view.js | |
parent | b05ca1f05a0c33f0aabad1357c7c52d85d4146c7 (diff) | |
download | sonarqube-340ec3fc052834b56735d1a0323e312a25b41d0b.tar.gz sonarqube-340ec3fc052834b56735d1a0323e312a25b41d0b.zip |
SONAR-8656 Create organization's groups page
Diffstat (limited to 'server/sonar-web/src/main/js/apps/groups/delete-view.js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/groups/delete-view.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/groups/delete-view.js b/server/sonar-web/src/main/js/apps/groups/delete-view.js index 9ac1c4d0b27..2ef9aa25cf7 100644 --- a/server/sonar-web/src/main/js/apps/groups/delete-view.js +++ b/server/sonar-web/src/main/js/apps/groups/delete-view.js @@ -32,6 +32,7 @@ export default ModalForm.extend({ const that = this; const collection = this.model.collection; return this.model.destroy({ + organization: collection.organization, wait: true, statusCode: { // do not show global error |