Closed (works as designed)
Project:
DraggableViews
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2012 at 18:51 UTC
Updated:
9 Apr 2015 at 01:45 UTC
Jump to comment: Most recent
Comments
Comment #1
ygerasimov commentedDraggableview module can sort entities. In order to save Field collections you need to make sure you can build a view based on these entities. If it is possible then you can have order saved and reused.
Please advise whether you can build a view on field collections?
Comment #2
ygerasimov commentedClosing issue. Please reopen if you still have problem of sorting field collections.
Comment #3
renenee commentedI know this is an old issue, but I am looking for some guidance on this. You can build a View using Field Collections by adding a Relationship to access the fields.
Basically, I have several nodes with field collections. I would like to be able to sort the Field Collection items from these various nodes within a Draggableview page. I have a View page set up, but I cannot get the sorting to save (like the OP).
Any guidance?
Comment #4
matt.lynberg commentedI've had success using field collection tables to get the draggable functionality working. Edit the content type and set the field collection widget to use table. The draggable view handle shows up.