chore: improve form layout and feedback for driver license check

This commit is contained in:
Björn Fromme
2026-03-15 12:42:28 +01:00
parent 369f8f07df
commit f21b8229e4
2 changed files with 0 additions and 3 deletions
@@ -141,7 +141,5 @@ class DriverLicenseController extends AbstractController
$this->uploadHandler->moveUploadSessionFilesFromOrphanage(Upload::TYPE_DRIVER_LICENSE, $uploadSession); $this->uploadHandler->moveUploadSessionFilesFromOrphanage(Upload::TYPE_DRIVER_LICENSE, $uploadSession);
$this->uploadHandler->destroyUploadSession(); $this->uploadHandler->destroyUploadSession();
$this->addFlash('success', 'Der Führerschein wurde hochgeladen.');
} }
} }
@@ -22,7 +22,6 @@ class DriverLicenseDeclarationType extends AbstractType
'Ja' => true, 'Ja' => true,
'Nein' => false, 'Nein' => false,
], ],
'expanded' => true,
]); ]);
} }