derhansen / femanager_dmail_subscribe

Enables direct mail subscription fields in femanager
0 stars 6 forks source link

Fix missing CaptchaValidator #10

Closed bitzl closed 6 years ago

bitzl commented 6 years ago

Captchas are ignored because of missing annotation. The annotation is present in

In2code\Femanager\Controller\NewController::createAction()

but missing in

Derhansen\FemanagerDmailSubscribe\Controller\NewController::createAction()

Fixes #9.

derhansen commented 6 years ago

Thanks a lot!