]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5851 update selection of projects
authorStas Vilchik <vilchiks@gmail.com>
Fri, 10 Apr 2015 13:04:55 +0000 (15:04 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Fri, 10 Apr 2015 14:53:56 +0000 (16:53 +0200)
server/sonar-web/src/main/js/quality-profiles/profile-details-view.js

index a4af7dbff0df55b7f66d795150ab9bd6ea92fc9a..bf4dc4b5c4818596678a051dfe3c10cf72e03f22 100644 (file)
@@ -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'),