]> source.dussan.org Git - sonarqube.git/commitdiff
Fix permalink in issue_view.coffee
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 24 Jun 2014 12:23:00 +0000 (14:23 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 24 Jun 2014 12:23:00 +0000 (14:23 +0200)
sonar-server/src/main/coffee/issues/issue-view.coffee

index abbdc44069e9bdd3962493bcae756ad404e95d53..5e6ceb5e06e961cf5214f346f4803856268fd47f 100644 (file)
@@ -251,4 +251,4 @@ define [
       componentKey = encodeURIComponent @model.get 'component'
       issueKey = encodeURIComponent @model.get 'key'
       _.extend super,
-        permalink: "#{baseUrl}/resource/index#component=#{componentKey}&currentIssue=#{issueKey}"
\ No newline at end of file
+        permalink: "#{baseUrl}/component/index#component=#{componentKey}&currentIssue=#{issueKey}"