fix: disable auto assignment of job profiles for the time being
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user