yes. I believe common filter are ignored for left joins.

https://code.google.com/p/web2py/issues/detail?id=992&q=common

On Wednesday, 27 March 2013 09:13:20 UTC-5, Felipe Meirelles wrote:
>
> I'm facing a problem where if I have something like this:
>
> grid = SQLFORM.grid(db.table1,
>         left=[db.table2.on(db.table2.id==db.table1.reference)],
>     )
>
> my common filters are not processed for table1, only for table2! including 
> is_active filter for version recording.
>
> Is there a bug?
>

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to