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
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!
Originally posted by @guilherme-santos at zendframework/zend-form#124
The text was updated successfully, but these errors were encountered: