Download & Extend

More same views on one page

Project:DraggableViews
Version:6.x-3.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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.

#2

Status:active» fixed

#3

Status:fixed» closed (fixed)

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