[Bug #667] The value of the advance bar is retrieved correctly again.

FEA: ItEr61S05BugFixing
This commit is contained in:
Jacobo Aragunde Pérez 2010-10-08 13:13:58 +02:00
parent e99bccab15
commit 4afcf6434b

View file

@ -490,7 +490,7 @@ public class TaskComponent extends Div implements AfterCompose {
widthHoursAdvancePercentage));
String widthAdvancePercentage = getMapper().toPixels(
fromStartUntil(this.task.getHoursAdvanceEndDate()))
fromStartUntil(this.task.getAdvanceEndDate()))
+ "px";
response(null, new AuInvoke(this, "resizeCompletion2Advance",
widthAdvancePercentage));