aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileRulesSonarWayComparison.tsx
diff options
context:
space:
mode:
authorPierre <pierre.guillot@sonarsource.com>2020-09-24 14:21:10 +0200
committersonartech <sonartech@sonarsource.com>2020-10-05 20:07:42 +0000
commit13d76f2a2c2e5b42b3d74bf1ad0c4dbbeca14608 (patch)
treece8c16540053ae25ed9ad8b31072ba204a4a34fc /server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileRulesSonarWayComparison.tsx
parent68c364f416ced3893457300257c1c5df1eef8ce7 (diff)
downloadsonarqube-13d76f2a2c2e5b42b3d74bf1ad0c4dbbeca14608.tar.gz
sonarqube-13d76f2a2c2e5b42b3d74bf1ad0c4dbbeca14608.zip
SONAR-13903 Remove use of organizations in Quality Profiles and Active Rules
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileRulesSonarWayComparison.tsx')
-rw-r--r--server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileRulesSonarWayComparison.tsx15
1 files changed, 6 insertions, 9 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileRulesSonarWayComparison.tsx b/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileRulesSonarWayComparison.tsx
index 25c09916a6f..451bd52c559 100644
--- a/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileRulesSonarWayComparison.tsx
+++ b/server/sonar-web/src/main/js/apps/quality-profiles/details/ProfileRulesSonarWayComparison.tsx
@@ -32,15 +32,12 @@ interface Props {
}
export default function ProfileRulesSonarWayComparison(props: Props) {
- const url = getRulesUrl(
- {
- qprofile: props.profile,
- activation: 'false',
- compareToProfile: props.sonarway,
- languages: props.language
- },
- props.organization
- );
+ const url = getRulesUrl({
+ qprofile: props.profile,
+ activation: 'false',
+ compareToProfile: props.sonarway,
+ languages: props.language
+ });
return (
<div className="quality-profile-rules-sonarway-missing clearfix">