feat: remove obsolete date range override
This commit is contained in:
@@ -35,8 +35,8 @@ class IcsController extends AbstractController
|
||||
$filename = sprintf(
|
||||
'Einteilung_%s_%s-%s.ics',
|
||||
$jobProfile->getName(),
|
||||
$assignment->getEffectivePeriod()->start->format('d.m.Y'),
|
||||
$assignment->getEffectivePeriod()->end->format('d.m.Y')
|
||||
$destination->getDateFrom()->format('d.m.Y'),
|
||||
$destination->getDateTo()->format('d.m.Y')
|
||||
);
|
||||
$slugger = new AsciiSlugger();
|
||||
$filename = $slugger->slug($filename);
|
||||
|
||||
Reference in New Issue
Block a user