Re: [web2py] update crud form

2016-03-30 Thread Richard Vézina
You should show us some code... The issue you have seems to be cause by a validator that make sure you don't duplicate value entry... Don't have twice the same value for a given field... On Wed, Mar 30, 2016 at 3:52 PM, 'Laer Cius' via web2py-users < web2py@googlegroups.com> wrote: > Hi, > > I wo

[web2py] update crud form

2016-03-30 Thread 'Laer Cius' via web2py-users
Hi, I would like to be sure of something : I want to update the database through a crud.update() form but when I do so, I have some "value already exists in database" errors. And I couldnt find a way to say to web2py to update only if changed or absent.. Which I thought the update form was doi