Closed (fixed)
Project:
DraggableViews
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2011 at 16:10 UTC
Updated:
7 Dec 2011 at 10:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
recrit commentedpatch renders fields with a similar method as template_preprocess_draggableviews_view_draggabletable()
Comment #2
atlea commentedTested and confirmed to fix wrong node edit links on D7.9, Views 3 dev (nov 13) and Draggable Views dev (jul 22).
Thank you!
Comment #3
dboulet commentedConfirming that patch in #1 works, thanks. This brings the preprocessing in line with the
template_preprocess_views_view_table()function from the views module.Moving to major priority: this causes some major wtfs as people delete the wrong nodes using the "Delete link".
Comment #4
ygerasimov commentedComitted. Thanks!