Closed (fixed)
Project:
EntityFieldQuery Views Backend
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 May 2012 at 17:10 UTC
Updated:
1 Apr 2013 at 17:54 UTC
Generic field handlers provided by Entity API don't support this, and the feature is of dubious usefulness anyway.
| Comment | File | Size | Author |
|---|---|---|---|
| remove-multiple-entity-type-support.patch | 2.53 KB | bojanz |
Comments
Comment #1
chx commentedCommitted, thanks.
Comment #2
mototribe commentedbummer, I wanted to show a view with all nodes a user created or commented on.
Comment #3
chx commentedYou can't do that with efq_views anyways because relationships are not supported.
Comment #4
bsandor commentedReadme.txt sais:
"2. This backend doesn't support relationships.
EntityFieldQuery can't and won't support joins, which means
that this functionality would have to be emulated in the query class
(entity_load() on all related ids.)"
So at this stage I believe there is a way.