Using Order's dependenciesConstraintsHavePriority to configure PlannerConfiguration's property of the same name

This commit is contained in:
Óscar González Fernández 2009-11-09 23:16:07 +01:00
parent a7a0e912e8
commit f0e0ec16fb

View file

@ -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;
}