>
> I found a bug in the grid's edit validation.
> I follow this procedure:
>  - Select a record to edit.
>  - Change one of the fields that must be unique and change it to a value 
> that already exists.
>  - web2py shows an error message (which is correct and happens before 
> going to onvalidation, which is also correct).
>  - Change the value to something that doesn't already exist in the table.
>  - Mark the record for deletion.
>  - Submit the record.
>
> The bug I found is that web2py was supposed to go to onvalidation before 
> deleting the record and that doesn't happen.
>

If the record is being deleted, why would you need to validate the 
submitted values (given that they will not be applied)?

Anthony

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to