femanager icon indicating copy to clipboard operation
femanager copied to clipboard

Image Upload on createAction doesn't work

Open parzerphilipp opened this issue 10 months ago • 2 comments

$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

parzerphilipp avatar Feb 18 '25 07:02 parzerphilipp