When more same views exist on one page, just the first tabledrag can be dragged.

On draggableviews_theme.inc 247 row, all table id same:
$vars['tabledrag_table_id'] = 'draggableview_'. $view->name;

This is working, but when the second tabledrag is submmit, the data has not saved:
$vars['tabledrag_table_id'] = 'draggableview_'. $view->name.'_'.$vars['id'];

messages:

* Draggableviews: Detected order collisions.
* Draggableviews: Refresh required (..will redirect automatically after testing)

info:

Draggableviews: Rebuilding structure..

Comments

sevi’s picture

Please use the current dev-version because draggableviews 6.x-3.1 will not be supported any more.

I just tried your modification at 6.x-3.x-dev and it works fine for me. Thanks for that.

sevi’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.