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
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
Version 2.6.2 broke for me... In this line https://github.com/zendframework/zend-form/blob/master/src/Form.php#L365 you're looking for $validationGroup[<field>], but I'm using setValidationGroup(field1, field2, field3) or even setValidationGroup(array(field1, field2, field3)), in this case array will be as above:
Version 2.6.2 broke for me... In this line
https://github.com/zendframework/zend-form/blob/master/src/Form.php#L365
you're looking for$validationGroup[<field>]
, but I'm usingsetValidationGroup(field1, field2, field3)
or evensetValidationGroup(array(field1, field2, field3))
, in this case array will be as above:And this will broke the code!
The text was updated successfully, but these errors were encountered: