Can you add support for Field_Collection entity. My use case is like this:

In a form I have a node reference field to select a company node. Below that I want to have another field to select primary contact from a list of contacts for the company selected in the above field. The contacts are implemented as a Multi-valued Field_collection field inside the company node form.

Comments

jm.federico’s picture

Component: Miscellaneous » Code
Assigned: Unassigned » jm.federico
Priority: Major » Normal

Hi chalee

I had not heard of that module before. Does sound interesting. Will start workin on it.

I'm scaling this down to normal. Although useful, it is not a major need for this module to work.

chalee’s picture

Thanks jm.federico. I will be waiting for it.

tvilms’s picture

I'm interested too. I'll help test it out.

chalee’s picture

How far are you with this feature?

jm.federico’s picture

This has been on hold, time has been an issue. Will let you know.

chalee’s picture

Noted. Meanwhile can you advise of any other approaches (coding or other modules) I can use.

jm.federico’s picture

Marking as won't fix, functionality is deprecated see Entity reference

jm.federico’s picture

Status: Active » Closed (won't fix)
fehin’s picture

Status: Closed (won't fix) » Active

Since this module's synchronization feature remains, I would like to reopen this issue.

I have two node types, "project" and "people". Project node has a field collection called "Crew" that contains "Crew name" and "Role". People node contains a field collection called "projects" that contains "project name" and "Role". I need to synchronize "Crew name" and "project name". I see the "synchronize with" drop down but it doesn't contain any field. This will be a great feature.

jm.federico’s picture

Interesting use case, basically we need to sync fileds that reference entities via a field collection.

If anyone has a patch please publish!