ItEr43S09ImplantacionAplicacionItEr42S13: Calling reload task when accepting a resource allocation.

This way the new resources text would be shown
This commit is contained in:
Óscar González Fernández 2010-01-11 16:51:14 +01:00
parent 8c7077ac46
commit 63568fa6fa

View file

@ -206,6 +206,7 @@ public class ResourceAllocationModel implements IResourceAllocationModel {
allocationResult.applyTo(task);
ganttTask.fireChangesForPreviousValues(previousStartDate,
previousLength);
ganttTask.reloadComponent();
context.reloadCharts();
}