]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5680 Fix query on false positive issues widget
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 1 Oct 2014 16:31:27 +0000 (18:31 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 2 Oct 2014 13:22:01 +0000 (15:22 +0200)
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/false_positive_issues.html.erb

index f5f6a80b01866d28d8bc9b0cea418944ee1bd2c9..cf6c4661fcc68d97f59b1ab7627dcb75de098273 100644 (file)
@@ -3,13 +3,12 @@
 
      search_options = {}
      search_options['componentRoots'] = @project.key
-     search_options['resolved'] = 'true'
      search_options['resolutions'] = 'FALSE-POSITIVE'
      title = message('widget.false_positive_reviews.name')
 %>
 
   <%= render :partial => 'project/widgets/issues/issues_list_widget',
-             :locals => {:search_options => search_options, :title => title, 
+             :locals => {:search_options => search_options, :title => title,
                          :widget_id => widget.id.to_s, :widget_properties => widget_properties} %>
 
 <% end %>