aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-12-20 12:07:52 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-12-20 12:07:52 +0100
commit75df25fc840b1a8dca9b07eb7d37cd212fb0a57e (patch)
tree17fd3f17dd638beccdc62a13908097a998ec8ef6 /plugins
parent380129ba6e1e1d366207952648f1cd89b218c806 (diff)
downloadsonarqube-75df25fc840b1a8dca9b07eb7d37cd212fb0a57e.tar.gz
sonarqube-75df25fc840b1a8dca9b07eb7d37cd212fb0a57e.zip
Fix widget of components treemap
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb
index 68aafa104e1..4dbd5c4bda2 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb
@@ -10,4 +10,4 @@
filter.set_criteria_value(:tmHeight, widget_properties['heightInPercents'])
filter.execute(self, :user => current_user)
%>
-<%= render :partial => "measures/display_treemap", :locals => {:edit_mode => false, :widget => widget, :filter => filter} %>
+<%= render :partial => "measures/display_treemap", :locals => {:edit_mode => false, :widget_id => widget.id, :filter => filter} %>