Update dates on left part of Gantt view after adapt the planning
FEA: ItEr77S12AdaptPlanningAccordingTimesheets
This commit is contained in:
parent
b218f380a7
commit
0365b4b031
1 changed files with 4 additions and 2 deletions
|
|
@ -208,8 +208,10 @@ public class AdaptPlanningCommand implements IAdaptPlanningCommand {
|
|||
taskElement.updateAdvancePercentageFromOrderElement();
|
||||
|
||||
Planner planner = (Planner) context.getRelativeTo();
|
||||
TaskComponent taskComponent = planner.getTaskComponentRelatedTo(context
|
||||
.getMapper().findAssociatedBean(taskElement));
|
||||
org.zkoss.ganttz.data.Task task = context
|
||||
.getMapper().findAssociatedBean(taskElement);
|
||||
task.firePropertyChangeForTaskDates();
|
||||
TaskComponent taskComponent = planner.getTaskComponentRelatedTo(task);
|
||||
if (taskComponent != null) {
|
||||
taskComponent.updateTooltipText();
|
||||
taskComponent.updateProperties();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue