mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
fix cs
This commit is contained in:
parent
6d65009987
commit
89e7eb85ff
@ -231,7 +231,7 @@ final class ActivityController extends AbstractController
|
|||||||
'template' => $form->get('gendocTemplateId')->getData(),
|
'template' => $form->get('gendocTemplateId')->getData(),
|
||||||
'entityClassName' => Activity::class,
|
'entityClassName' => Activity::class,
|
||||||
'entityId' => $entity->getId(),
|
'entityId' => $entity->getId(),
|
||||||
'returnPath' => $this->generateUrl('chill_activity_activity_edit', $params)
|
'returnPath' => $this->generateUrl('chill_activity_activity_edit', $params),
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@ -448,7 +448,7 @@ final class ActivityController extends AbstractController
|
|||||||
'entityId' => $entity->getId(),
|
'entityId' => $entity->getId(),
|
||||||
'returnPath' => $this->generateUrl('chill_activity_activity_edit', [
|
'returnPath' => $this->generateUrl('chill_activity_activity_edit', [
|
||||||
'id' => $entity->getId(),
|
'id' => $entity->getId(),
|
||||||
])
|
]),
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user