]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4935 Pass dashboard and time-period around when switching between projects
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 30 Jan 2014 10:53:26 +0000 (11:53 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 30 Jan 2014 10:53:43 +0000 (11:53 +0100)
sonar-server/src/main/webapp/javascripts/recent-history.js

index e084542802915d4e6d8b783bd152b65c93dd891d..8539a4767ae15307b5b692c11ebf961665b942d1 100644 (file)
@@ -55,6 +55,7 @@ Sonar.RecentHistory.prototype.populateRecentHistoryPanel = function () {
         + baseUrl
         + '/dashboard/index/'
         + resource['key']
+        + window.location.search
         + '"> '
         + resource['name']
         + '</a></li>');