You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OptIn and OutOut validators for EXT:form need a class property $supportedOptions to define the validators options, otherwise they are not working in TYPO3 9. This is what I added to both classes, now they are working:
/** * @var array */protected$supportedOptions = [
'groupId' => [0, 'The group id', 'integer'],
];
The text was updated successfully, but these errors were encountered:
OptIn and OutOut validators for EXT:form need a class property $supportedOptions to define the validators options, otherwise they are not working in TYPO3 9. This is what I added to both classes, now they are working:
The text was updated successfully, but these errors were encountered: