Feat: Streamline and extend logging
This commit is contained in:
@@ -33,7 +33,9 @@ class DisposeController extends AbstractController
|
||||
|
||||
$this->addFlash('success', 'Der Teamer wurde eingeteilt');
|
||||
$this->logger->info('Create disposition', [
|
||||
'disposition' => $disposition->getUuid(),
|
||||
'application_id' => $application->getId(),
|
||||
'disposition_id' => $disposition->getId(),
|
||||
'teamer' => (string) $application->getTeamer(),
|
||||
]);
|
||||
|
||||
return $this->redirectToRoute('app_admin_assignment_detail', [
|
||||
|
||||
Reference in New Issue
Block a user