Bug #1337: Removed unnecesary response when redrawing earned value

FEA: ItEr76S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2012-01-12 17:54:59 +01:00
parent 369514d70f
commit 76dce94860

View file

@ -305,9 +305,7 @@ public class CompanyPlanningModel implements ICompanyPlanningModel {
// TODO Auto-generated catch block
e.printStackTrace();
}
Clients.response("aa",
new AuInsertAfter(chartComponent.getTabpanels()
.getFirstChild(), asList(out.toString())));
return null;
}
});