ItEr45S19CUTraspasoDeResponsabilidadesTraballoEntreUnidadesPlanificacion: Adding reassigning command
This commit is contained in:
parent
579ae9d5ce
commit
b1249f1f63
1 changed files with 2 additions and 0 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue