From: John Du Hart Date: Tue, 12 Dec 2017 08:36:14 +0000 (-0500) Subject: SONAR-10191 Update profile name parameter (#2896) X-Git-Tag: 7.0-RC1~164 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=436e6818fee4b1a87de67ff8ff4b44c5e253e95c;p=sonarqube.git SONAR-10191 Update profile name parameter (#2896) --- diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileExporters.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileExporters.tsx index 4c3f452af50..97f00992833 100644 --- a/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileExporters.tsx +++ b/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileExporters.tsx @@ -36,7 +36,7 @@ export default class ProfileExporters extends React.PureComponent { const parameters = { exporterKey: exporter.key, language: profile.language, - name: profile.name + qualityProfile: profile.name }; if (organization) { Object.assign(parameters, { organization });