[Bug #1322] Fix bug
The derived day assignments were not being included. This caused that the resources associated with the derived allocation to have different instances for the derived allocations, causing a subsequent error. FEA: ItEr76S04BugFixing
This commit is contained in:
parent
825bae5f2b
commit
d973c323cb
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ public class PlanningStateCreator {
|
|||
if (rootTask != null) {
|
||||
forceLoadOf(rootTask);
|
||||
forceLoadDayAssignments(orderReloaded
|
||||
.getResources(FilterType.WITHOUT_DERIVED));
|
||||
.getResources(FilterType.KEEP_ALL));
|
||||
forceLoadOfDepedenciesCollections(rootTask);
|
||||
forceLoadOfLabels(Arrays.asList((TaskElement) rootTask));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue