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