From 9f4c5046e17e61c2b8682b8485ebae7ba6e5d747 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Thu, 2 Feb 2012 12:49:55 +0100 Subject: [PATCH] SONAR-3088 Keep period config when navigating between dashboards => When switching from a project dashboard page to another one, the differential view configuration should be kept. --- .../src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index 92bdd4e0d13..f1427291611 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -51,7 +51,7 @@ <% elsif (selected_section==Navigation::SECTION_RESOURCE) %> <% ActiveDashboard.user_dashboards(current_user).each do |active_dashboard| %>
  • - <%= active_dashboard.dashboard.name(true) -%> + "><%= active_dashboard.dashboard.name(true) -%>
  • <% end %>
  • -- 2.39.5