[Bug #667] The value of the advance bar is retrieved correctly again.
FEA: ItEr61S05BugFixing
This commit is contained in:
parent
e99bccab15
commit
4afcf6434b
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue