From: Simon Brandhof Date: Wed, 12 Dec 2012 06:53:52 +0000 (+0100) Subject: Load the links in the page All Projects X-Git-Tag: 3.4~54 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ce39ee5cefd82316c3941652625135659e67f764;p=sonarqube.git Load the links in the page All Projects --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb index fa74c75dc58..232e2438976 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb +++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb @@ -27,6 +27,7 @@ class AllProjectsController < ApplicationController @filter = MeasureFilter.new @filter.criteria={:qualifiers => @qualifier, :sort => 'name', :asc => (params[:asc]!='false')} + @filter.require_links=true @filter.execute(self, :user => current_user) end