Re: [web2py] Re: hack appadmin.py

2010-10-18 Thread Richard Vézina
I try to recreate the table grid as in the appadmin for some tables. It's not going to badly until now, but I fall on some limitations. For example, If I want all the fields or columns except some of thoses : db.table.field.readable=False is not working. I have not try yet with SQLTABLE, but I w

[web2py] Re: hack appadmin.py

2010-10-18 Thread mdipierro
Mind that appadmin is designed for administrator. If you expose it to users it would introduce injection vulnerabilities. Why not just use crud.create crud.update crud.search On Oct 18, 2:01 pm, Richard Vézina wrote: > Hello, > > I try to hack the appadmin.py to use it with a limited numbe