]> 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>
Wed, 1 Oct 2014 16:53:14 +0000 (18:53 +0200)
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/issues/false_positive_issues.html.erb

index f5f6a80b01866d28d8bc9b0cea418944ee1bd2c9..6793e0a2e063442ca6e9a6a3ed1c42eaeed4745c 100644 (file)
@@ -3,13 +3,13 @@
 
      search_options = {}
      search_options['componentRoots'] = @project.key
-     search_options['resolved'] = 'true'
+     #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 %>