Using Order's dependenciesConstraintsHavePriority to configure PlannerConfiguration's property of the same name
This commit is contained in:
parent
a7a0e912e8
commit
f0e0ec16fb
1 changed files with 2 additions and 0 deletions
|
|
@ -281,6 +281,8 @@ public abstract class OrderPlanningModel implements IOrderPlanningModel {
|
|||
taskElementAdapter,
|
||||
new TaskElementNavigator(), planningState.getInitial());
|
||||
result.setNotBeforeThan(orderReloaded.getInitDate());
|
||||
result.setDependenciesConstraintsHavePriority(orderReloaded
|
||||
.getDependenciesConstraintsHavePriority());
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue