diff --git a/libreplan-webapp/src/main/java/org/libreplan/web/planner/allocation/FormBinder.java b/libreplan-webapp/src/main/java/org/libreplan/web/planner/allocation/FormBinder.java index 3c2cfb92a..177db8c36 100644 --- a/libreplan-webapp/src/main/java/org/libreplan/web/planner/allocation/FormBinder.java +++ b/libreplan-webapp/src/main/java/org/libreplan/web/planner/allocation/FormBinder.java @@ -526,7 +526,7 @@ public class FormBinder { } /** - * + * * @return true if and only if operation completed and must * exit the edition form */ @@ -557,7 +557,7 @@ public class FormBinder { workableDaysAndDatesBinder.afterApplicationReloadValues(); - setupRows(); + Util.reloadBindings(allocationsGrid); } @SuppressWarnings("unchecked")