From: Stas Vilchik Date: Fri, 10 Apr 2015 13:04:55 +0000 (+0200) Subject: SONAR-5851 update selection of projects X-Git-Tag: 5.2-RC1~2308 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f8c9d04395b645b193926e4fb46fd81a2edc9299;p=sonarqube.git SONAR-5851 update selection of projects --- 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'),