diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-20 12:07:52 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-20 12:07:52 +0100 |
commit | 75df25fc840b1a8dca9b07eb7d37cd212fb0a57e (patch) | |
tree | 17fd3f17dd638beccdc62a13908097a998ec8ef6 /plugins | |
parent | 380129ba6e1e1d366207952648f1cd89b218c806 (diff) | |
download | sonarqube-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.erb | 2 |
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} %> |