Closed (fixed)
Project:
Field collection
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2011 at 00:18 UTC
Updated:
25 Nov 2011 at 03:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
stevectorHere's a patch to the module.
Comment #2
stevectorThat patch didn't include any changes to field_collection_field_formatter_settings_summary()
Comment #3
arbel commented+1 to this, tried the module and works great, but I too feel like it should be part of field collection
Comment #4
johnalbinYeah, I was wondering how the field_collection view mode hooked up to the view mode used by the parent entity.
Comment #5
johnalbinI tested this patch by applying it, adding a new "teaser" view mode using the Entity view modes module and configuring a different display for the field collection's "teaser" view mode.
Then I set the collection field on my node was configured "full display" view mode and confirmed it looked as it always did. Then I set the collection field on my node to use the "teaser" view mode and confirmed the field's display was using the "teaser" view mode's settings for the fields in the collection.
Sweet!
Comment #6
tim.plunketthttp://drupalcode.org/project/field_collection.git/commit/d9e0c85
Awesome, so glad this is working.