Ticket Details

\lithium\data\Model::validates() send 3 parameters to \lithium\utils\Validator::check()...

BUG Ticket (closed)

... but it only takes 2 parameters.

- [Model::validates()](http://lithify.me/docs/lithium/data/Model::validates%28%29)
- [Validator::check()](http://lithify.me/docs/lithium/util/Validator::check%28%29)

The last parameter would be an options array. Don't know exactly how this would behave on the Validator... Maybe these options could be merged with the already given options for each validation rule.
on 03.10.10 reported by: eberfreitas owned by: nate

Updates

on 03.13.10 by jperras
  • owner was changed to jperras
  • status was changed to in progress
(fixed) on 03.28.10 by nate
  • owner was changed to nate
  • status was changed to closed
  • resolution was changed to fixed
Fixed in [b845f4bb3214b5b96b9270a7d8838f56f2ec489e].