zendframework / zend-inputfilter

InputFilter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
64 stars 50 forks source link

Hotfix/69 #73

Closed larsnystrom closed 8 years ago

larsnystrom commented 8 years ago

This fixes #69 and also touches #28. Basically it uses the message of an existing NotEmpty validator instead of creating a new NotEmpty validator when a required input is missing.

akrabat commented 8 years ago

šŸ‘ This would solve a problem I currently haveā€¦

Maks3w commented 8 years ago

Please take a look to #62

larsnystrom commented 8 years ago

I think we should merge this and #67 (and make them compatible, since they overlap a little). #62 seems more like a refactor which will cause BC breaks. I'm not against that, but it won't happen until 3.0 or 4.0, while this can be merged without any BC breaks right now.