Active
Project:
Field collection
Version:
7.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2012 at 14:57 UTC
Updated:
19 Dec 2012 at 11:00 UTC
Jump to comment: Most recent
Hi,
I added a field to one of my field collections called supplier which references a supplier content type through the entity reference module (http://drupal.org/project/entityreference).
The problem is that that autocomplete widget doesn't work. I had to go and change the widget to Select List and then the supplier list works. But not with autocomplete.
Thanks!
Comments
Comment #1
markwk commentedI also seem to have the same problem here. Basically the issue seems to be that we need to have already created the id (i.e. saved the field collection) before the auto reference will work
Comment #2
thatjustin commentedSame problem here.
Comment #3
Zippy commentedThe latest version of entityreference seems to solve some of the problems. The problem seems to be solved for entityreference (within field collection) that reference to content types.
There is one problem left: An entityreference field (within fieldcollection) that is associated to a view isn't getting any values... All other widgets get these values...
Comment #4
solomon.yifru commentedfacing the same problem, In my view, users with certain role is perfectly filtered and listed using entity reference. but when I try to use that result with auto complete, it brings all users.
any solution?
Thanks,