Hey,

Is this possible to do? If I put a grouping field the ability to drag rows doesn't work anymore, although it does make sense that enabling the Grouping Field would break the sorting order due to the re-organization.

Trying to put a second CCK-created weight value under 'parent' doesn't work, although that may be a start for this?

My situation is that I have a series of nodes. I was using the view to group them as per a specific taxonomy term, and was hoping I could use DraggableViews to allow the nodes to be organized.

This is a *little* similar to #410302: Drag nodes using draggableviews order in second sort of criteria., since due to the grouping, the taxonomy term should act as the primary sort criteria, with the Draggable weight being second.

Thanks!

Comments

sevi’s picture

Sounds very useful, but unfortunately currently not realizable :(
Currently grouping cannot be supported because it causes the nodes to be split up in different tables with different table_ids. Since DraggableViews identifies each view by its table_id this issue would mean a lot of code-modification.

I'll force this issue for the 6--3-3 release.

Greetings,
sevi

mitchell’s picture

marked #420428: Drag groups of nodes as a duplicate of this issue

sevi’s picture

Status: Active » Closed (won't fix)

I suggest creating different views or displays for each group.
I'm afraid DraggableViews will never support the grouping field.

mstrelan’s picture

Status: Closed (won't fix) » Closed (duplicate)

Marking as duplicate of #566332: Grouping DraggableViews

I'm afraid DraggableViews will never support the grouping field.

Apparently you changed your mind on this (see http://drupal.org/node/566332#comment-1999430)