]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8836 Always display categories in installed plugins page
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Fri, 5 May 2017 08:10:47 +0000 (10:10 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Tue, 9 May 2017 09:15:45 +0000 (11:15 +0200)
server/sonar-web/src/main/js/apps/update-center/plugins.js

index 9062db7da2fbc671e1f223cd29bd17bee2b49372..3cb1cb45ef56e0457783aeb3084e0689860dbbe0 100644 (file)
@@ -67,7 +67,7 @@ const Plugins = Backbone.Collection.extend({
     const that = this;
     const opts = {
       type: 'GET',
-      url: window.baseUrl + '/api/plugins/installed',
+      url: window.baseUrl + '/api/plugins/installed?f=category',
       success(r) {
         that._installed = that.parse(r);
       }