Please do not use crud. It is not needed any more. You can do everything and better with SQLFORM().process(). We are not going to change the behavior of curd now that we have a more powerful tool (SQLFORM).
On Monday, 23 July 2012 16:55:49 UTC-5, Najtsirk wrote: > > Hi, > > each time i want to update crud, i have to submit changes twice to get it > actually updated. > > I set crud.settings.detect_record_change = False, which helps with 'text' > fields, but the problem presists with 'boolean'. Boolean field get changed > each time i update form, even though I do not change it. > > I'm getting this on 1.99.4 and on 1.99.7. > > I'm seeing this for the first time, but then again....i'm doing Blog app > for the first time and there is a little more updating than in my other > apps. > > Any clues? > > Best, > Kristjan > > > --