From 0fc431e6994c9e4568cb3683ba6ae0330ce78cf1 Mon Sep 17 00:00:00 2001 From: Pascal Mugnier Date: Fri, 9 Mar 2018 07:44:17 +0100 Subject: [PATCH] SONAR-10465 Remove clickable tags on Marketplace's list of Plugins (#3132) --- .../src/main/js/apps/marketplace/App.tsx | 1 - .../main/js/apps/marketplace/PluginsList.tsx | 5 +-- .../components/PluginAvailable.tsx | 12 +----- .../components/PluginDescription.tsx | 41 +++++++------------ .../components/PluginInstalled.tsx | 12 +----- .../__tests__/PluginDescription-test.tsx | 9 ---- .../PluginDescription-test.tsx.snap | 6 +-- .../resources/org/sonar/l10n/core.properties | 2 +- 8 files changed, 22 insertions(+), 66 deletions(-) diff --git a/server/sonar-web/src/main/js/apps/marketplace/App.tsx b/server/sonar-web/src/main/js/apps/marketplace/App.tsx index 0807fd2dabf..2dcf58ab2e0 100644 --- a/server/sonar-web/src/main/js/apps/marketplace/App.tsx +++ b/server/sonar-web/src/main/js/apps/marketplace/App.tsx @@ -184,7 +184,6 @@ export default class App extends React.PureComponent { plugins={filteredPlugins} readOnly={!standaloneMode} refreshPending={this.fetchPendingPlugins} - updateQuery={this.updateQuery} /> )} {!loadingPlugins &&