From d4222ae08975807f42dcba1afa7a7015d9bc89c9 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Fri, 21 Mar 2014 08:31:53 +0100 Subject: Fix issue on debt pyramid due to renaming of debt.rootCharacteristics to debt.characteristics --- .../org/sonar/plugins/core/widgets/technical_debt_pyramid.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/sonar-core-plugin') diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/technical_debt_pyramid.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/technical_debt_pyramid.html.erb index cb4b9b3f8a3..3665ca82d8b 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/technical_debt_pyramid.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/technical_debt_pyramid.html.erb @@ -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? -- cgit v1.2.3