preserve schedule start date
This commit is contained in:
parent
bcbc2e6ba3
commit
d9d9869a49
4 changed files with 1 additions and 4 deletions
|
|
@ -87,7 +87,7 @@ class FakeScheduleRepository implements ScheduleRepository
|
|||
user: $schedule->getUser(),
|
||||
setName: $schedule->getSetName(),
|
||||
elementKind: $schedule->getElementKind(),
|
||||
startDate: $dto->startDate,
|
||||
startDate: $schedule->getStartDate(),
|
||||
targetDate: $dto->targetDate,
|
||||
assignments: $assignments,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue