Closed (fixed)
Project:
Custom Formatters
Version:
7.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Oct 2012 at 02:19 UTC
Updated:
4 Jan 2014 at 02:24 UTC
Jump to comment: Most recent
Comments
Comment #1
Vito Andolini commentedI tested this with a List (Integer) type, too, and the same behavior occurs (i.e. it's not isolated to entity references). Perhaps the content being rendered has a reference to a Node that contains the multiple values, and isn't aware that the referenced node has multiple values? I am pretty new to Drupal so just guessing...
But, if a custom formatter isn't used, the multiple values are all displayed, so there has to be a fix for this...
Comment #2
decipheredFormatters in Drupal 7 require you to handle the multiple values yourself, so it's up to you to implement a loop of some sort over all the items provided. Check out some of the examples provided or at http://customformatters.com