issue-117 #119

Merged
sebastian merged 3 commits from issue-117 into master 2024-04-19 10:19:13 +02:00
Showing only changes of commit dd58ec6520 - Show all commits

View File

@ -107,7 +107,7 @@ public class TaskSeriesService {
HashMap<Task, Integer> offsetMap = new HashMap<>();
offsetMap.put(rootTask, taskRepeatInfo.getOffset());
var repeatingResult = repeatTask(rootTask, taskRepeatInfo.getEndingDate(), offsetMap, taskSerie, 0);
var repeatingResult = repeatTask(rootTask, taskRepeatInfo.getEndingDate(), offsetMap, taskSerie, 1);
List<Task> clonedTasks = new ArrayList<>(repeatingResult.getValue00());
List<AbstractSchedule> clonedSchedules = new ArrayList<>(repeatingResult.getValue01());