Closed (fixed)
Project:
Entity Reference View Field Formatter
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2011 at 07:40 UTC
Updated:
14 Feb 2012 at 18:10 UTC
For example if you set required minimum 1 but number of view result is 5, there will be no output
the problem in hook_field_formatter_prepare_view() logic
in this if ($min_values && (count($result1) < $min_values)) condition
$output have data only if this condition is true
Comments
Comment #1
john morahan commentedThe fix for #1380606: Referenced entities sorted in view order should have taken care of this as well. If not, please reopen this issue.
Comment #2
john morahan commentedclarifying the title :)
Comment #3.0
(not verified) commentededit message