From f8c9d04395b645b193926e4fb46fd81a2edc9299 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Fri, 10 Apr 2015 15:04:55 +0200 Subject: [PATCH] SONAR-5851 update selection of projects --- .../src/main/js/quality-profiles/profile-details-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), -- 2.39.5