I think it would be good to have for admin purposes the Edit & Delete links as Field Collection Item Fields in Views

Comments

g089h515r806’s picture

i have created a module "Field Collection Views Formatter", http://drupal.org/project/field_collection_views
which provide a solution for this feature.
Test it.

vasike’s picture

great. i'll do

thank you

Lukas von Blarer’s picture

Great. I'll test it.

haopei’s picture

Hi, may I ask if anyone can advise me how to configure the view to include the edit/remove/add links?

Here's what I've done:

1. Created a node 'resume' with a 'Work Experience' field collection. It contains the following fields: Work place, job title, description, etc.
2. I've created node panel to override this node type.
3. Then I've created a view with the relationship to "Content: Work Experience".
4. Then, I am able to added individual fields (Work place, Job title, Description, etc.)

This view works fine, but I am unable to include the add/edit/remove links inside this view. What am I missing?

Thanks for any tip. I've been trying to figure this out for a month now!

byronveale’s picture

Status: Active » Closed (fixed)

Closing this as Field Collection Views, the module mentioned in comment #1, addresses this situation.

From the module page:

It provide a default view, which include "Edit"/"Delete"/"Add" links in it.which provide a solution for feature, Edit and delete links in Views (http://drupal.org/node/1353246 ).

bevis liao’s picture

Issue summary: View changes

hi,how to use field collaction in views? i want to display some field of field collaction,but i don't know how to do?

hondaman900’s picture

@belvis You create a relationship in your View to the node's/entity's Field Collection you want to display. The Field Collection individual fields then appear in your list of available fields for your View to use/display.