Closed (fixed)
Project:
Field collection
Version:
7.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2012 at 19:18 UTC
Updated:
1 Dec 2016 at 20:14 UTC
Jump to comment: Most recent
Comments
Comment #1
servantleader commentedI can confirm the same problem. Tokens seem to not work.
Comment #2
wooody commentedHere too.... hope to fix this problem..
Comment #3
dlu commentedI'm having a similar problem. I'm trying to use Automatic Entity Label to generate a node title using tokens from fields contained in a field collection. When I browse the available tokens, I see the name of the field collection, and if I include it I see the "rendered entity" of the field collection – labels, values, even the text from the edit and delete links. I can't seem to find a way to get at the individual values of the fields (which are references to taxonomy terms).
Comment #4
dlu commentedThanks to #drupal-support I now have it working. The trick for me was to make sure I had the Entity Tokens module enabled (thank you @spacerabbit!).
Just in case it matters, I'm working with beta5.
Comment #5
jmuzz commentedComment #7
liquidcms commentedHey to re-open this but it isn't working for me.
I have an entityref field in a fc field and the latest releases of fc and entity.
My title pattern is this: [node:field-week]: [node:field-teams:0:field-team] vs [node:field-teams:1:field-team]
When i save a node i get this for title:
Week 3: [node:field-teams:0:field-team] vs [node:field-teams:1:field-team]
but, if i edit the node and re-submit; then it works correctly.