From 74cfd2c7bf7467b4dd22fbc7a32f65325178fe96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Tue, 2 Mar 2010 22:06:00 +0100 Subject: [PATCH] ItEr49S04ValidacionEProbasFuncionaisItEr48S04: Because the allocated hours could be different than the value introduced by the user, updating the cell with the hours for the interval after doing the allocation. --- .../web/planner/allocation/AdvancedAllocationController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/AdvancedAllocationController.java b/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/AdvancedAllocationController.java index 1bd7ba5e6..b260d4c74 100644 --- a/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/AdvancedAllocationController.java +++ b/navalplanner-webapp/src/main/java/org/navalplanner/web/planner/allocation/AdvancedAllocationController.java @@ -1068,6 +1068,7 @@ class Row { .onInterval(startDate, endDate) .allocateHours(value); fireCellChanged(item); + intbox.setRawValue(getHoursForDetailItem(item)); reloadAllHours(); } });