Closed (fixed)
Project:
Entity reference
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2011 at 10:19 UTC
Updated:
7 Sep 2011 at 10:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
jsacksick commentedThis was caused because the
target_bundles arraywas filled even if all bundles was selected.Because of that, an
entityCondition('bundle')was added to theentityFieldQuery()object.As a consequence, an empty result was returned.
Corrected by adding a condition to check if bundle isn't empty.
Comment #2
damien tournoud commentedThanks for your report. Merged a slightly different fix in b5c6e31.