]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4287 Fix issue when loading action plan form
authorJulien Lancelot <julien.lancelot@gmail.com>
Thu, 16 May 2013 11:36:08 +0000 (13:36 +0200)
committerJulien Lancelot <julien.lancelot@gmail.com>
Thu, 16 May 2013 11:36:08 +0000 (13:36 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/issue/_plan_form.html.erb

index f06cfc15455aaf91b202c6e2fc379bcba7e39bf8..4d3bec0e7a660a3f033102fbed7fa4234dc8b7d1 100644 (file)
@@ -1,6 +1,5 @@
 <%
-  component_key = params[:component]
-  plans = Internal.issues.findOpenActionPlans(component_key)
+  plans = Internal.issues.findOpenActionPlans(params[:issue])
 
   if plans.empty?
 %>