ItEr33S14CUCreacionUnidadesPlanificacion: When changing the start date in the left pane, the restriction not earlier than is modified

This commit is contained in:
Óscar González Fernández 2009-11-08 20:26:15 +01:00
parent 28d159751b
commit 414e031969

View file

@ -349,7 +349,7 @@ public class LeftTasksTreeRow extends GenericForwardComposer {
public void updateBean() {
Date begin = getStartDateBox().getValue();
task.setName(getNameBox().getValue());
task.setBeginDate(begin);
task.moveTo(begin);
}
private void updateComponents() {