=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dashboard.js' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dashboard.js 2015-05-13 12:11:33 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/dashboard.js 2015-07-09 06:22:02 +0000 @@ -836,7 +836,8 @@ } }, error: function( xhr ) { - setHeaderDelayMessage( xhr.responseText ); + var error = JSON.parse( xhr.responseText ); + setHeaderDelayMessage( error.message ); } } ); }