Hello,
I would a draggable view that has taxonomy weight as default sort.
I use draggable views 7.x-1.x-dev and views 7.x-3.x-dev.
How I can do?

Comments

Mamoun’s picture

I would like also to know how to do that.

lsolesen’s picture

It seems that you cannot choose the Weight field from taxonomy when using the FieldAPI as the sorting mechanism even if it is attached to sort.

lsolesen’s picture

Category: task » bug
istryker’s picture

Category: bug » feature
Status: Active » Closed (duplicate)

This is an issue for 7.x-1.x-dev, which is unsupported now. The only way to sort taxonomy in 7.x-2.0 is with Native handler.

There is 2 separate patches to have this work with the method used in Drupal Core: #1716912: Add a taxonomy term weight handler & #1851752: Drag handler for saving weight into any column in any base table.

Closing issue, marking as duplicate.