From cd147b62b23309c77c7b470b82a24aad61aaf5ed Mon Sep 17 00:00:00 2001 From: Diego Pino Date: Wed, 11 Jul 2012 16:33:57 +0200 Subject: [PATCH] Bug #1501: Global progress chart axis in project dashboard are wrong painted Array with parameters was not correctly parsed FEA: ItEr76S04BugFixing --- libreplan-webapp/src/main/webapp/dashboard/_globalProgress.zul | 1 + 1 file changed, 1 insertion(+) diff --git a/libreplan-webapp/src/main/webapp/dashboard/_globalProgress.zul b/libreplan-webapp/src/main/webapp/dashboard/_globalProgress.zul index 0590c67f4..ba39d7edd 100644 --- a/libreplan-webapp/src/main/webapp/dashboard/_globalProgress.zul +++ b/libreplan-webapp/src/main/webapp/dashboard/_globalProgress.zul @@ -57,6 +57,7 @@ placement: 'outside', }, render: function(data, params) { + params = jQuery.parseJSON(params); if (params['title'] !== undefined) { this.title = params['title']; }