]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-3755 display non-closed issues
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 6 May 2013 07:32:28 +0000 (09:32 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 6 May 2013 07:32:28 +0000 (09:32 +0200)
sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb

index c38b6afd6529b901aee40993aa52a286770379d7..053e4a2c6256d746a26c74544b9a9bdb41f6b8e2 100644 (file)
@@ -413,7 +413,7 @@ class ResourceController < ApplicationController
     @filtered = !@expanded
     rule_param = params[:rule]
 
-    options = {'components' => @resource.key, 'resolutions' => ['OPEN', 'FIXED']}
+    options = {'components' => @resource.key, 'statuses' => ['OPEN', 'REOPEN', 'RESOLVED']}
 
     if rule_param.blank? && params[:metric]
       metric = Metric.by_id(params[:metric])