diff --git a/libreplan-webapp/src/main/java/org/libreplan/web/planner/allocation/ResourceAllocationController.java b/libreplan-webapp/src/main/java/org/libreplan/web/planner/allocation/ResourceAllocationController.java index 8a44eef28..b744e3a4a 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/web/planner/allocation/ResourceAllocationController.java +++ b/libreplan-webapp/src/main/java/org/libreplan/web/planner/allocation/ResourceAllocationController.java @@ -216,6 +216,8 @@ public class ResourceAllocationController extends GenericForwardComposer { newAllocationSelector.setAllocationsAdder(resourceAllocationModel); newAllocationSelectorCombo .setAllocationsAdder(resourceAllocationModel); + + Util.reloadBindings(allocationsGrid); } catch (WrongValueException e) { LOG.error("there was a WrongValueException initializing window", e); throw e;