Bug #1424: Fix issue loading derived allocations
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
f07ce4fccd
commit
0d52103791
1 changed files with 1 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ public class SchedulingProgressPerOrderModel implements ISchedulingProgressPerOr
|
|||
private void initializeResourceAllocations(Set<ResourceAllocation<?>> resourceAllocations) {
|
||||
for (ResourceAllocation<?> each: resourceAllocations) {
|
||||
each.getAssignedHours();
|
||||
each.getDerivedAllocations().size();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue