KonstantinCodes / mautic-recaptcha

This Plugin brings reCAPTCHA integration to mautic.
GNU General Public License v3.0
50 stars 29 forks source link

Float casting on minScore field #39

Open godiez opened 2 years ago

godiez commented 2 years ago

If the user language is set with a certain value (I tryed German, French, Spanish...) different from System Default Locale, when you try to create a reCaptcha type on forms and save it, it triggers symfony validator and raises a 500 error:

mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Form\Exception\TransformationFailedException: "Unable to transform value for property path "[minScore]": Expected a numeric."

adiux commented 1 year ago

@KonstantinCodes looks like a good fix. Thanks @godiez

adiux commented 1 year ago

@KonstantinCodes can this be merged?