aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-01 14:36:12 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-01 14:36:12 +0000
commit4cc2bb2abb5c5975ec107f90140b2447e4ed12f5 (patch)
tree179bc5d36e079ddc46232eae8b554b7677839137 /sonar-server
parent96df46c9dfd44d731c14a95751e94b1cd59ca421 (diff)
downloadsonarqube-4cc2bb2abb5c5975ec107f90140b2447e4ed12f5.tar.gz
sonarqube-4cc2bb2abb5c5975ec107f90140b2447e4ed12f5.zip
SONAR-1643 fix IT
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb
index 7f89f7f4f5b..64be4e9ccb7 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb
@@ -24,7 +24,7 @@ class ProjectController < ApplicationController
SECTION=Navigation::SECTION_RESOURCE
def index
- redirect_to :controller => :dashboard, :resource => params[:id]
+ redirect_to :overwrite_params => {:controller => :dashboard, :action => 'index', :resource => params[:id], :id => nil }
end
def show_reviews