]> source.dussan.org Git - sonarqube.git/commitdiff
Fix widget of components treemap
authorSimon Brandhof <simon.brandhof@gmail.com>
Thu, 20 Dec 2012 11:07:52 +0000 (12:07 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Thu, 20 Dec 2012 11:07:52 +0000 (12:07 +0100)
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb
sonar-plugin-api/src/main/java/org/sonar/api/config/Settings.java

index 68aafa104e1551f35b8687ff364547f64fad0d86..4dbd5c4bda2cc33d4a44b7dee79f1e991f578116 100644 (file)
@@ -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} %>
index 74b1436aafb2608f7bb8d9f308f19265aba62bef..92520a2e699081064f342574dfb0ba431ed32ff5 100644 (file)
@@ -180,7 +180,7 @@ public class Settings implements BatchComponent, ServerComponent {
   }
 
   /**
-   * Value is split by comma and trimmed.
+   * Value is split by comma and trimmed. Never returns null.
    * <p/>
    * Examples :
    * <ul>