aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-04-10 15:04:55 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-04-10 16:53:56 +0200
commitf8c9d04395b645b193926e4fb46fd81a2edc9299 (patch)
treec70239d36e20a9fde42d707b56a10ae55f2d9a0f /server
parent46f886310d29df9fbcf4d99be349b5ba25ec623d (diff)
downloadsonarqube-f8c9d04395b645b193926e4fb46fd81a2edc9299.tar.gz
sonarqube-f8c9d04395b645b193926e4fb46fd81a2edc9299.zip
SONAR-5851 update selection of projects
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/src/main/js/quality-profiles/profile-details-view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/quality-profiles/profile-details-view.js b/server/sonar-web/src/main/js/quality-profiles/profile-details-view.js
index a4af7dbff0d..bf4dc4b5c48 100644
--- a/server/sonar-web/src/main/js/quality-profiles/profile-details-view.js
+++ b/server/sonar-web/src/main/js/quality-profiles/profile-details-view.js
@@ -47,7 +47,7 @@ define([
profileKey: key
},
selectParameter: 'projectUuid',
- selectParameterValue: 'key',
+ selectParameterValue: 'uuid',
labels: {
selected: t('quality_gates.projects.with'),
deselected: t('quality_gates.projects.without'),