From: Grégoire Aubert Date: Mon, 4 Jun 2018 08:23:33 +0000 (+0200) Subject: LICENSE-98 Drop invalid plugins list in the license manager X-Git-Tag: 7.5~1017 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c536b46904f878cb8f4b6c1b1446b51b4519dfe0;p=sonarqube.git LICENSE-98 Drop invalid plugins list in the license manager --- diff --git a/server/sonar-web/src/main/js/api/marketplace.ts b/server/sonar-web/src/main/js/api/marketplace.ts index a90f4fcc24f..3f572eaa8cf 100644 --- a/server/sonar-web/src/main/js/api/marketplace.ts +++ b/server/sonar-web/src/main/js/api/marketplace.ts @@ -24,7 +24,6 @@ export interface License { contactEmail: string; edition: string; expiresAt: string; - invalidInstalledPlugins: string[]; isExpired: boolean; isOfficialDistribution: boolean; isSupported: boolean;