aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/groups
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2015-06-03 15:39:08 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2015-06-03 15:42:19 +0200
commita7143f7130f38a79cde27dbb3fd632ae1cc79df3 (patch)
tree8593540f1c5573cd4e1ea558721a00ca9f46a72f /server/sonar-web/src/main/js/apps/groups
parent48f25de92c75da5f802c3d2702a2f2ef8e76d6ab (diff)
downloadsonarqube-a7143f7130f38a79cde27dbb3fd632ae1cc79df3.tar.gz
sonarqube-a7143f7130f38a79cde27dbb3fd632ae1cc79df3.zip
SONAR-6476 SONAR-6477 Revert to id instead of groupId for consistency with other user groups WS
Diffstat (limited to 'server/sonar-web/src/main/js/apps/groups')
-rw-r--r--server/sonar-web/src/main/js/apps/groups/users-view.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/groups/users-view.js b/server/sonar-web/src/main/js/apps/groups/users-view.js
index 7786d63fe44..25db7e80158 100644
--- a/server/sonar-web/src/main/js/apps/groups/users-view.js
+++ b/server/sonar-web/src/main/js/apps/groups/users-view.js
@@ -22,9 +22,9 @@ define([
selectUrl: baseUrl + '/api/usergroups/add_user',
deselectUrl: baseUrl + '/api/usergroups/remove_user',
extra: {
- groupId: this.model.id
+ id: this.model.id
},
- selectParameter: 'userLogin',
+ selectParameter: 'login',
selectParameterValue: 'login',
parse: function (r) {
this.more = false;