femanager
femanager copied to clipboard
Image Upload on createAction doesn't work
$this->processUploadedImage($user); is only executed in createAllConfirmed() but not in createRequest()
just add $this->processUploadedImage($user); here: https://github.com/in2code-de/femanager/blob/v8/Classes/Controller/NewController.php#L370
Probably also missing here: https://github.com/in2code-de/femanager/blob/v8/Classes/Controller/InvitationController.php#L105