fix: disable auto assignment of job profiles for the time being

This commit is contained in:
Björn Fromme
2024-11-25 15:34:18 +01:00
parent 4405a9498d
commit b405643732
@@ -58,7 +58,7 @@ class CreateController extends AbstractController
if ($form->isSubmitted() && $form->isValid()) {
$this->entityManager->persist($attendance);
$this->assignJobProfiles($teamer, $attendance);
// $this->assignJobProfiles($teamer, $attendance);
$this->entityManager->flush();
$this->addFlash('success', 'Die Teilnahme wurde hinzugefügt');