Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Validate
-
Labels:None
Description
Zend_Form::addElement is giving it's validators options in a form of array(). But Zend_Validate_GreaterThan does not process array() given as parameter to constructor. It honors Zend_Config instance now only.
Attachments
Issue Links
| This issue duplicates: | ||||
| ZF-7153 | Add array handling to all validators and filters |
|
|
|
Here's a patch that fixes the problem.