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

john morahan’s picture

Status: Active » Fixed

The fix for #1380606: Referenced entities sorted in view order should have taken care of this as well. If not, please reopen this issue.

john morahan’s picture

Title: View output result if the number of results is less than the required minimum » View outputs result only if the number of results is less than the required minimum

clarifying the title :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

edit message