Closed (fixed)
Project:
Field Delimiter (Multi Value Field Formatter)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2011 at 18:42 UTC
Updated:
8 Jun 2014 at 03:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
TimelessDomain commented<ul>Comment #2
philip-iii commentedWell any news on this one? It affects display through views in particular. I am guessing wrong entity type gets passed on:
where line 121 is:
and $entity_type is the problem here. Ideas how to go about it are welcome.
Views renders multiple values differently. There is no need for field delimiter with it. I need field delimiter only for individual pages. I was a few minutes short of trying to incorporate a view instead, since it is that annoying. I'd love to have a unified solution though.
Comment #3
Anonymous (not verified) commentedLooks like the wrong array was accidentally used. Changing line 90 in field_delimiter.module from this
to this
seems to fix the issue.
Cheers
Comment #4
theunraveler commentedHere is this fix as a patch.
Comment #5
theunraveler commentedComment #6
theunraveler commentedComment #7
radimklaskaThe patch in #4 seems to fix the problem for me. Thanks!
Comment #8
Robin Millette commentedComment #9
cweagansWorks well for me too.
Comment #10
andrewmacpherson commentedfixed in dev, will roll new release soon.
Gave commit credits for dro0x and theunraveler, thanks!