]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-10191 Update profile name parameter (#2896)
authorJohn Du Hart <jduhart@mdsol.com>
Tue, 12 Dec 2017 08:36:14 +0000 (03:36 -0500)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Tue, 12 Dec 2017 08:36:14 +0000 (09:36 +0100)
server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileExporters.tsx

index 4c3f452af503cd4a5540aee62a56a967b366e8e1..97f0099283315f9137dcb521224978c4a6c6b222 100644 (file)
@@ -36,7 +36,7 @@ export default class ProfileExporters extends React.PureComponent<Props> {
     const parameters = {
       exporterKey: exporter.key,
       language: profile.language,
-      name: profile.name
+      qualityProfile: profile.name
     };
     if (organization) {
       Object.assign(parameters, { organization });