Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Error binding with validation group setted #124

Open
guilherme-santos opened this issue Oct 9, 2016 · 1 comment
Open

Error binding with validation group setted #124

guilherme-santos opened this issue Oct 9, 2016 · 1 comment

Comments

@guilherme-santos
Copy link

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:

array(
    0 => 'field1",
    1 => 'field2",
    2 => 'field3",
)

And this will broke the code!

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas/laminas-form; a new issue has been opened at laminas/laminas-form#23.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants