From: Fabrice Bellingard Date: Thu, 2 Feb 2012 11:49:55 +0000 (+0100) Subject: SONAR-3088 Keep period config when navigating between dashboards X-Git-Tag: 2.14~192 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9f4c5046e17e61c2b8682b8485ebae7ba6e5d747;p=sonarqube.git 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. --- 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 %>