Fix Bug 1580: Force position recalculation after accepting task properties pop-up
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
730c33b4d8
commit
8c81938db6
1 changed files with 2 additions and 0 deletions
|
|
@ -320,6 +320,8 @@ public class EditTaskController extends GenericForwardComposer {
|
|||
org.zkoss.ganttz.data.Task task = context.getMapper()
|
||||
.findAssociatedBean(taskElement);
|
||||
task.firePropertyChangeForTaskDates();
|
||||
|
||||
context.recalculatePosition(taskElement);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue