[Solar-talk] Working with hashes (MD5) and column updates

Rodrigo Moraes rodrigo.moraes at gmail.com
Thu Jan 3 12:04:58 CST 2008


On Jan 3, 2008 3:43 PM, Antti Holvikari wrote:
> [1] http://git.anttih.com/?p=solar.git;a=commitdiff;h=9ab282c9c77e7f88dc80caa5f766e682fa3246c1

Hmm, ok, this partially solves the problem, but I don't see other way
to mix both validations. The problem is that with this approach, you
never get model and non-model validation errors at the same time,
which is kind of strange or annoying from an user point of view. :-/

Now, patching your patch:

-        if ($form && $form instanceof Solar_Form) {
+        if ($spec && $spec instanceof Solar_Form) {

thanks, antti.

-- rodrigo


More information about the Solar-talk mailing list