Hello, 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. Can someone confirm this behavior and that it is indeed a bug? Thanks, JM My env: Windows 7 Pro x64 w/SP1+all upd Firefox 66.0.2 x64 web2py 2.18.5 (2.18.4 showed the same problem) Python 3.7.1 x86 -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

