feat: reset application status to 'new' as admin
This commit is contained in:
@@ -21,6 +21,7 @@ class ApplicationStatusType extends AbstractType
|
||||
'choices' => [
|
||||
'in Bearbeitung' => Application::STATUS_PENDING,
|
||||
'abgelehnt' => Application::STATUS_REJECTED,
|
||||
'neu' => Application::STATUS_NEW,
|
||||
],
|
||||
])
|
||||
->add('comment', TextareaType::class, [
|
||||
|
||||
Reference in New Issue
Block a user