ItEr33S14CUCreacionUnidadesPlanificacion: When changing the start date in the left pane, the restriction not earlier than is modified
This commit is contained in:
parent
28d159751b
commit
414e031969
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue