Fix bug in adapt planning command if Gantt has milestones
FEA: ItEr77S12AdaptPlanningAccordingTimesheets
This commit is contained in:
parent
3838baf24c
commit
5a3d07e226
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ public class AdaptPlanningCommand implements IAdaptPlanningCommand {
|
|||
.getAllChildren();
|
||||
for (TaskElement taskElement : taskElements) {
|
||||
// Only adapt task leafs
|
||||
if (!taskElement.isLeaf()) {
|
||||
if (!taskElement.isTask()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue