Postponed (maintainer needs more info)
Project:
Voting API
Version:
8.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2021 at 05:31 UTC
Updated:
16 Oct 2023 at 07:58 UTC
Jump to comment: Most recent
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.