aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-01-30 11:53:26 +0100
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-01-30 11:53:43 +0100
commit526a69602c78156ffec742da5562493eab547f10 (patch)
treeff1207c3e1e36e7d80a20b7423a991973c062bea /sonar-server/src
parenta3037a714262a238991f499906d739b5b4427bbc (diff)
downloadsonarqube-526a69602c78156ffec742da5562493eab547f10.tar.gz
sonarqube-526a69602c78156ffec742da5562493eab547f10.zip
SONAR-4935 Pass dashboard and time-period around when switching between projects
Diffstat (limited to 'sonar-server/src')
-rw-r--r--sonar-server/src/main/webapp/javascripts/recent-history.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/javascripts/recent-history.js b/sonar-server/src/main/webapp/javascripts/recent-history.js
index e0845428029..8539a4767ae 100644
--- a/sonar-server/src/main/webapp/javascripts/recent-history.js
+++ b/sonar-server/src/main/webapp/javascripts/recent-history.js
@@ -55,6 +55,7 @@ Sonar.RecentHistory.prototype.populateRecentHistoryPanel = function () {
+ baseUrl
+ '/dashboard/index/'
+ resource['key']
+ + window.location.search
+ '"> '
+ resource['name']
+ '</a></li>');