[web2py] Re: request_tenant oddity

2011-08-30 Thread Massimo Di Pierro
Currently, even appadmin is tenant dependent. On Aug 30, 6:03 am, Cliff cjk...@gmail.com wrote: Is request_tenant supposed to work this way? In my model I have a tenants table, which I define before I add the request_tenant field.  In that table I have one tenant. In my auth_user table I

[web2py] Re: request_tenant oddity

2011-08-30 Thread Cliff
Massimo, Thanks for the quick response. This is actually a good thing as it will force me to get my Postgresql chops together now rather than later. Cliff Kachinske On Aug 30, 8:20 am, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Currently, even appadmin is tenant dependent. On Aug

[web2py] Re: request_tenant oddity

2011-08-30 Thread Massimo Di Pierro
I think you can disable this although I have not tried. In your model: if request.controller=='appadmin': db._request_tenant=None If this does what you want, please let me know. On Aug 30, 7:20 am, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Currently, even appadmin is tenant

[web2py] Re: request_tenant oddity

2011-08-30 Thread Cliff
It allows me to see all the rows in the table, irrespective of request_tenant, but it does not show me the signature columns or the request_tenant column. It acts this way whether I am logged in as a user or not. Using 1.98.2, by the way. This is not a high priority, though. I asked the