My guess is that you are using crud. crud check that if you display an edit form, than submitted changes, the record has not been changed by a third party (other user or code) to make sure changes are not silently deleted causing information loss. This can be disable but I would not. Try instead figure out why the record changes. Perhaps you have something going on in onvalidation?
On Friday, 1 February 2013 08:29:58 UTC-6, szimszon wrote: > > I wonder if somebody could help me. > > I have an old app with a simple form but if I try to submit in second time. > > I change some value than press Submit button (after that I got an extra # > in the end of the url) > than I change some value and press Submit button I end up with this flash > message: > > A record change was detected. Consecutive update self-submissions are > notallowed > . Try re-submitting or refreshing the form page. > > Ubuntu Firefox 18.0.1 > > Thanks. > -- --- 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/groups/opt_out.

