From 6ce291ec34c4cb860c0395eded9b7582a0556f96 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 1 Jun 2012 17:59:21 +0200 Subject: [PATCH] SONAR-2030 fix dashboard link from filters --- .../src/main/webapp/WEB-INF/app/views/filters/_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb index f15ce9380d4..6293514a26b 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/_list.html.erb @@ -121,7 +121,7 @@ <%= trend_icon(measure, :empty => true) -%> <% end %> <% end %> - <% elsif column.on_name? %><%= qualifier_icon(root_snapshot) %> <%= link_to_resource(root_snapshot.project, h(root_snapshot.project.name(true)), {:dashboard => true, :title => root_snapshot.project.key}) %> + <% elsif column.on_name? %><%= qualifier_icon(root_snapshot) %> <%= link_to_resource(root_snapshot.project, h(root_snapshot.project.name(true)), {:filter => true, :title => root_snapshot.project.key, :period => @filter_context.period_index}) %> <% elsif column.on_date? %><%= human_short_date(root_snapshot.created_at) %> <% end %> -- 2.39.5