You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
We created a flag called follow for users to be able to follow other users. And we wanted to create a view where a user can see all the content posted by all users followed by the logged in user.
We created relationships Flags and (Flags) Flag user and contextual filter (Flag user) User: User ID, but the views query looks like it is creating a join on node.nid = flagging.entity_id
The text was updated successfully, but these errors were encountered:
We created a flag called follow for users to be able to follow other users. And we wanted to create a view where a user can see all the content posted by all users followed by the logged in user.
We created relationships Flags and (Flags) Flag user and contextual filter (Flag user) User: User ID, but the views query looks like it is creating a join on node.nid = flagging.entity_id
The text was updated successfully, but these errors were encountered: