sittercity/sprig

no callbacks support since 9c86f68a235c3e86b426c0037da6132e679fc385 (kohana-3.1 branch)

Closed this issue · 2 comments

After update for Kohana 3.1 (commit 9c86f68), there are problems with callbacks.

For example 'unique' validator doesn't work because it is added to $field->callbacks[] = array($this, '_unique_field');, and no callbacks are executed in 'check()' method.

Thanks for you reply. In meantime I've created something like this:

wszostak@10916b0

It also works, and there is no need to change code in other places...

But thank you for your help.