]> source.dussan.org Git - sonarqube.git/commitdiff
fix compatibility with eclipse plugin
authorStas Vilchik <vilchiks@gmail.com>
Wed, 18 Feb 2015 12:52:46 +0000 (13:52 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 18 Feb 2015 12:52:46 +0000 (13:52 +0100)
server/sonar-web/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb

index 23d172dde89cc8d9faee238d77f6c3281023c055..3b14a29da018d0565c1eefc7c7025f78ff687b32 100644 (file)
@@ -107,6 +107,11 @@ class IssueController < ApplicationController
     end
   end
 
+  def show
+    # the redirect is needed for the backward compatibility with eclipse plugin
+    redirect_to :action => 'search', :anchor => 'issues=' + params[:id]
+  end
+
 
   #
   #