ItEr45S19CUTraspasoDeResponsabilidadesTraballoEntreUnidadesPlanificacion: Adding reassigning command

This commit is contained in:
Óscar González Fernández 2010-01-28 18:23:11 +01:00
parent 579ae9d5ce
commit b1249f1f63

View file

@ -221,6 +221,8 @@ public abstract class OrderPlanningModel implements IOrderPlanningModel {
writingAllowed);
setupEditingCapabilities(configuration, writingAllowed);
configuration.addGlobalCommand(buildReassigningCommand());
final IResourceAllocationCommand resourceAllocationCommand = buildResourceAllocationCommand(editTaskController);
configuration.addCommandOnTask(resourceAllocationCommand);
configuration.addCommandOnTask(buildMilestoneCommand());