On 2010-06-14 10:59, Jean-Guy wrote:
Hello web2py crowd,How can I make appear my tables in auth_permission "table name" dropbox? Does that I should be able to define permission on them?Thank you. Jonhy
Answering to myself...Here is the solution : http://www.mail-archive.com/web2py@googlegroups.com/msg21759.html
Just add this line at the end of models files : db.auth_permission.table_name.requires = IS_IN_SET(db.tables) Jonhy