Allow reported hours bar in gantt diagram to be wider than the task.
This bug was introduced when fixing the length of progress bars
(in the commit 13389197d9).
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
e499ec4652
commit
519389dc4b
1 changed files with 0 additions and 3 deletions
|
|
@ -568,9 +568,6 @@ public class TaskElementAdapter {
|
|||
BigDecimal percentage = new BigDecimal(assignedEffort
|
||||
.divivedBy(effort).doubleValue()).setScale(2,
|
||||
RoundingMode.HALF_UP);
|
||||
if (percentage.compareTo(BigDecimal.ONE) == 0) {
|
||||
return getEndDate();
|
||||
}
|
||||
|
||||
result = calculateLimitDateByPercentage(percentage);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue