Hi
I'm not sure if this is a bug or not, but I noticed that when I try to pull Joomla username to a view through a foreign key reference, that reference joomla user id, then the combo that would list the user is empty.
Let me try to explain the setup.
Table 1: User data
Reference to Joomla user data
Table 2: Time sheets
Foreign key to Table 1: User data
My Table 2 Page:
I pull username through User data -> User->Username
This renders an empty combo box.
If I design Table 2 to reference Joomla user directly then it works fine, but then I don't have the reference to Table 1 with my additional user info which is not good in my case.
Is it a bug?