aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-12-12 07:53:52 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-12-12 07:53:52 +0100
commitce39ee5cefd82316c3941652625135659e67f764 (patch)
treea469a14d78c1b24db693f61e3604c5f071e7a39a
parenta0445ff37ada0177c3c2eb0217f3495bf7522543 (diff)
downloadsonarqube-ce39ee5cefd82316c3941652625135659e67f764.tar.gz
sonarqube-ce39ee5cefd82316c3941652625135659e67f764.zip
Load the links in the page All Projects
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb1
1 files changed, 1 insertions, 0 deletions
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