[web2py] Re: Smartgrid onupdate still works while set to None

2014-06-19 Thread Pham Quang Dung
You are right Anthony, understood now. Thanks Massimo for the warning as well. On Saturday, May 31, 2014 8:07:33 PM UTC+7, Anthony wrote: On Friday, May 30, 2014 7:59:01 PM UTC-4, Pham Quang Dung wrote: Anybody enlighten me on while this form still updates the data? (I expected it was

[web2py] Re: Smartgrid onupdate still works while set to None

2014-05-31 Thread Anthony
On Friday, May 30, 2014 7:59:01 PM UTC-4, Pham Quang Dung wrote: Anybody enlighten me on while this form still updates the data? (I expected it was disabled to then use my own callback) form = SQLFORM.smartgrid(db.anyinfo,onupdate=None ,constraints = dict(anyinfo

[web2py] Re: Smartgrid onupdate still works while set to None

2014-05-31 Thread Massimo Di Pierro
Be aware that user_signature=False is very dangerous. It mostly meant for debugging. It exposes your grid read and write without restrictions to anybody authorized to access the action. On Friday, 30 May 2014 18:59:01 UTC-5, Pham Quang Dung wrote: Anybody enlighten me on while this form still