From 6940d7168f1425a58ffb5b80dd71711b7897105c Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 31 Oct 2013 15:15:30 +0100 Subject: SONAR-55 Add support of views in bubble chart --- .../main/resources/org/sonar/plugins/core/widgets/bubbleChart.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/bubbleChart.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/bubbleChart.html.erb index 1baea7f4ed5..4f2c1c71d9d 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/bubbleChart.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/bubbleChart.html.erb @@ -25,7 +25,7 @@ var bubbleChartData = [ <% filter = MeasureFilter.new - filter.criteria = {:qualifiers => ['FIL', 'CLA'], :baseId => @project.id} + filter.criteria = {:scopes => ['FIL'], :baseId => @project.id} filter.metrics = [xMetric.name, yMetric.name, sizeMetric.name] filter.execute(self, :user => current_user) filter.rows.each do |row| -- cgit v1.2.3