aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
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'),