Hi, In my models I have 2 tables, where table 1 has field "a" referencing table 2. As each user has a bunch of fields both in table 1 as well as in table 2, I used the request_tenant field with some uuid in both tables which is tied to the user (I'm not using the users ID for various reasons). I tried creating a form for table 1 with SQLFORM, but the select dropdown for field "a" returns all the items in table 2, and doesn't filter them according to the request_tenant field, which I would consider the correct behavior.
I'll show some code tomorrow. Can you confirm this being a bug? Or am I missing something? Thanks, Tsvi Sent from my phone

