Problem/Motivation
I am trying to pull a list of Votes in the past X days. I then want to display media. So I am trying to add a reference to Media. The only option is to add a reference to Content. If I look at the database, there is an entity type field under the Votingapi_vote table. So the entity type is being logged to the database but not available as a reference.
Comments
Comment #2
tr commentedI assume you mean you're trying to create a View? Can you describe what you've tried and how you are setting up your View? Is this a View of votes, a view of vote results, a view of content, or what?
Comment #3
loze commentedIm running into this too.
When making a view of votes, adding a relationship to "content" (voted entity) is joining the ID on a node, regardless of what type of entity is voted on.
In my case I have a voting api field on media, and it is not joining on the media table, it is incorrectly using the node table instead.