]> source.dussan.org Git - sonarqube.git/commitdiff
Fix issue on debt pyramid due to renaming of debt.rootCharacteristics to debt.charact...
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 21 Mar 2014 07:31:53 +0000 (08:31 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 21 Mar 2014 07:32:02 +0000 (08:32 +0100)
plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/technical_debt_pyramid.html.erb

index cb4b9b3f8a39f07782f82429b33b7691c9fb956b..3665ca82d8becb02e78f92ef7f43f3e9c8698127 100644 (file)
@@ -1,7 +1,7 @@
 <%
    technical_debt = measure('sqale_index')
 
-   root_characteristics = Internal.debt.rootCharacteristics().to_a
+   root_characteristics = Internal.debt.characteristics().to_a
 
    should_display_diff_measures = dashboard_configuration.selected_period? && technical_debt.variation(dashboard_configuration.period_index)!=nil
    if technical_debt.nil? || root_characteristics.empty?