[Solar-talk] Working with hashes (MD5) and column updates
Rodrigo Moraes
rodrigo.moraes at gmail.com
Thu Jan 3 12:24:25 CST 2008
On Jan 3, 2008 4:12 PM, Antti Holvikari wrote:
> Hmmm, I think you should get normal invalidation feedback.
> Solar_Form_Load_Model should load filters, shouldn't it?
Yes, you would, but in a strange way: on validate() the form will stop
and never try to save(). So it becomes a "2-step" validation: first,
you are warned about the non-model errors. After passing validate()
and calling save(), you'll be warned about the model errors. Both
errors never appear at the same time, which is a bit odd for an user.
We need a way to dynamically add more filters to the record form, so
that on save() both model and non-model filters are called on the same
request, and all errors appear at once.
-- rodrigo
More information about the Solar-talk
mailing list